[Setup] Severe problem with installation of Add-On FCKeditor

Jan-Carel Brand lists at opkode.com
Fri Sep 9 09:30:17 UTC 2011


Hi

On Do, 2011-09-08 at 12:23 -0700, floseries wrote:
> Hi, 
> 
> I'm using Plone 3.3.5
> 
> FCKeditor was already installed and via portal_quickinstaller installed for
> a Plone site.
> 
> Because of problems with searching images via the server search dialog in
> FCKeditor, I uninstalled FCKeditor (2.6.6.3), deleted it from the Products
> list in the Control Panel, removed it from the buildout-cache/eggs
> directory.

What did you mean "deleted it from the Products list" ?
Do you mean you deactivated or uninstalled it?


> Run bin/buildout: uploaded FCKeditor 2.6.6.3
> 
> Rerun bin/plonectl
> 
> But no FCKeditor within the Product list.
> 
> Any helpfull idea what is going wrong ?
> 
> --------------------------------------
> buildout.cfg:
> 
> [buildout]
> ....
> ############################################
> # Eggs
> # ----
> # Add an indented line to the eggs section for any Python
> # eggs or packages you wish to include.
> #
> eggs =
>     Plone
>     Products.FCKeditor

The Products.FCKEditor egg must be under the [instance] part, not the
[buildout] part.

> ############################################
> # ZCML Slugs
> # ----------
> # Some eggs need ZCML slugs to tell Zope to
> # use them. Eggs with names beginning with "Products."
> # usually don't need this.
> zcml =
>     plone.reload
>     Products.FCKeditor
> ...

You don't need zcml slugs for Products.* eggs.

Regards
JC



More information about the Setup mailing list