I've just tried installing Plone onto Zope v2.7.3 on Redhat and now Zope refuses to start. I get:- ImportError: No module named CMFFormController.ValidationError Any suggestions as to what I should do? -- John
John Poltorak wrote:
I've just tried installing Plone onto Zope v2.7.3 on Redhat and now Zope refuses to start. I get:-
ImportError: No module named CMFFormController.ValidationError
Any suggestions as to what I should do?
Find the 'CMFFormController' directory in your Plone tarball expansion and copy it into the 'Products' directory of your instance home. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
On Thu, Nov 11, 2004, Tres Seaver wrote:
John Poltorak wrote:
I've just tried installing Plone onto Zope v2.7.3 on Redhat and now Zope refuses to start. I get:-
ImportError: No module named CMFFormController.ValidationError
Any suggestions as to what I should do?
Find the 'CMFFormController' directory in your Plone tarball expansion and copy it into the 'Products' directory of your instance home.
That's not the problem. The directory is there, but the permissions in the plone distribution are wrong. The following command run in the Products directory should fix the problem. find CMFFormController | xargs chmod a+rx I ran into this problem when building an OpenPKG package for plone. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ ``The best we can hope for concerning the people at large is that they be properly armed.'' -- Alexander Hamilton, The Federalist Papers at 184-188
On Thu, Nov 11, 2004 at 12:18:38PM -0800, Bill Campbell wrote:
On Thu, Nov 11, 2004, Tres Seaver wrote:
John Poltorak wrote:
I've just tried installing Plone onto Zope v2.7.3 on Redhat and now Zope refuses to start. I get:-
ImportError: No module named CMFFormController.ValidationError
Any suggestions as to what I should do?
Find the 'CMFFormController' directory in your Plone tarball expansion and copy it into the 'Products' directory of your instance home.
That's not the problem. The directory is there, but the permissions in the plone distribution are wrong. The following command run in the Products directory should fix the problem.
find CMFFormController | xargs chmod a+rx
Thanks for the tip. I have it running now, although it feels as though someone has suddenly poured treacle into server...
Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/
``The best we can hope for concerning the people at large is that they be properly armed.'' -- Alexander Hamilton, The Federalist Papers at 184-188
On Thu, Nov 11, 2004 at 03:10:27PM -0500, Tres Seaver wrote:
John Poltorak wrote:
I've just tried installing Plone onto Zope v2.7.3 on Redhat and now Zope refuses to start. I get:-
ImportError: No module named CMFFormController.ValidationError
Any suggestions as to what I should do?
Find the 'CMFFormController' directory in your Plone tarball expansion and copy it into the 'Products' directory of your instance home.
I copied all the directories in Plone (2.04) to the Products directory. After this error I moved CMFFormController back out, then got the same error, which disappeared when I removed CMFPlone too. I got the tarball from Plone yesterday. Do I need to install anything else first?
Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
-- John
participants (3)
-
Bill Campbell -
John Poltorak -
Tres Seaver