AshleyMaraj wrote:
Hi,
I have remember1.0 on my site with membrane1.0. It does not appear on the drop
down list in my ZMI in the portal_setup.
remember and membrane both register their GS profiles via python in the
product's main __init__.py, since the profiles predate the existence of the
<genericsetup:registerProfile> ZCML directive. off-hand, i can think of two
reasons why the profiles might not be showing up:
- the products aren't actually installed correctly at all (e.g. they're in the
wrong directory)
- the products are installed but something is causing the initialization (and
thus the GS profile registration) to fail
i recommend starting Zope in foreground mode, so you can watch the output as
your server starts. if you get a traceback and the startup fails, then that
is almost certainly the cause of the problem... post the traceback here and we
can try to help you. if there are no problems, then it's possible that your
setup isn't quite correct and the products aren't being found when Zope
starts... we'll need more information about how you have everything installed
in order to help you troubleshoot.
-r
--
Archive:
http://www.openplans.org/projects/remember/lists/remember/archive/2009/05/1241722761205
To unsubscribe send an email with subject "unsubscribe" to
[email protected]. Please contact [email protected] for
questions.