Hi. I installed mxmDynamic Page into the plone 2.1.1 (zope 2.8.3) on a 64bit AMD comp. When I try to add the dynamicpage, I get (just after I click on the ok button) following error:
Traceback (innermost last):
Module ZPublisher.Publish, line 113, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Products.CMFFormController.FSControllerPageTemplate, line 98, in __call__
Module Products.CMFFormController.BaseControllerPageTemplate, line 37, in _call
Module Products.CMFFormController.FormController, line 375, in validate
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Products.CMFFormController.FSControllerValidator, line 59, in __call__
Module Products.CMFFormController.Script, line 141, in __call__
Module Products.CMFCore.FSPythonScript, line 108, in __call__
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.CMFCore.FSPythonScript, line 142, in _exec
- <FSControllerValidator at /TEST/DynamicPage_editForm_validate used for /TEST/dynamicpage.2006-03-16.5438662345>
RuntimeError: mxmDynamicPage/skins/mxmDynamicPage/DynamicPage_editForm_validate.vpy has errors.
I do not configure any lists in that time. I just try to add the page and set its name/title. Anybody has a clue about what the problem could be?
Thank you!
details about setup
Posted byAnonymous Userat
2006-03-16 10:47 PM
Plone version: 2.1
Zope version: (Zope 2.8.3-3.fc4, python 2.4.1, linux2)
Apache version:
CMF version (if known): CMF-1.5.4
Browser(s) and version(s): Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text
Operating system: linux2
Python version: 2.4.1 (#1, May 16 2005, 15:15:14)
[GCC 4.0.0 20050512 (Red Hat 4.0.0-5)]
Debug mode: No
I tested it on 2.0.5 and 2.1.2
Posted bymaxmat
2006-03-17 09:50 AM
So it shouldn't have any errors. Try and go to portal_skins. Find the script causing the error, and then "customize" it. If it then works it is most likely a line ending problem.
I just did a Linux test
Posted bymaxmat
2006-03-17 10:14 AM
And it ran on my box without a hitch. So I believe that there is some weirdoo with the software stack you are running. Or you are doing something wrong in your installation procedure.
Traceback (innermost last):
Module ZPublisher.Publish, line 113, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Products.CMFFormController.FSControllerPageTemplate, line 98, in __call__
Module Products.CMFFormController.BaseControllerPageTemplate, line 37, in _call
Module Products.CMFFormController.FormController, line 375, in validate
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Products.CMFFormController.FSControllerValidator, line 59, in __call__
Module Products.CMFFormController.Script, line 141, in __call__
Module Products.CMFCore.FSPythonScript, line 108, in __call__
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.CMFCore.FSPythonScript, line 142, in _exec
- <FSControllerValidator at /TEST/DynamicPage_editForm_validate used for /TEST/dynamicpage.2006-03-16.5438662345>
RuntimeError: mxmDynamicPage/skins/mxmDynamicPage/DynamicPage_editForm_validate.vpy has errors.
I do not configure any lists in that time. I just try to add the page and set its name/title. Anybody has a clue about what the problem could be?
Thank you!
Zope version: (Zope 2.8.3-3.fc4, python 2.4.1, linux2)
Apache version:
CMF version (if known): CMF-1.5.4
Browser(s) and version(s): Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text
Operating system: linux2
Python version: 2.4.1 (#1, May 16 2005, 15:15:14)
[GCC 4.0.0 20050512 (Red Hat 4.0.0-5)]
Debug mode: No
Replies to this comment