27 Mar
2007
27 Mar
'07
1:22 p.m.
Hi; I had this problem on another server I recently built...and it went away all by itself! I'm now rebuilding my home server, and it's cropped up again. Last time, Maciej Wisniowski suggested I go to a zopectl prompt and type in "import Products.CMFPlone", but apparently that doesn't work on Zope 2.7.8/Plone 2.1.4. Here is the traceback. Go to file "/usr/local/zope/instance1/Products/CMFPlone/CatalogTool.py", and before line 27: from Products.CMFPlone.utils import base_hasattr write:
import Products.CMFPlone print 'HERE:', Products.CMFPlone and see what is displayed on the console after 'HERE:' -- Maciej Wisniowski