NameError with manage_addFolder('blabla') in 2.1.4?
Hi Zopistas, <!--#call "manage_addFolder(AUTHENTICATED_USER.getUserName())"--> worked perfectly from version 1.10 to version 2.1.1. With version 2.1.4 I receive a Name Error. Traceback: Error type: NameError Error value: manage_addFolder Traceback (innermost last): File D:\PROGRA~1\Zope214\lib\python\ZPublisher\Publish.py, line 214, in publish_module File D:\PROGRA~1\Zope214\lib\python\ZPublisher\Publish.py, line 179, in publish File D:\PROGRA~1\Zope214\lib\python\Zope\__init__.py, line 202, in zpublisher_exception_hook (Object: ElementWithAttributes) File D:\PROGRA~1\Zope214\lib\python\ZPublisher\Publish.py, line 165, in publish File D:\PROGRA~1\Zope214\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: index_html) File D:\PROGRA~1\Zope214\lib\python\ZPublisher\Publish.py, line 102, in call_object (Object: index_html) File D:\PROGRA~1\Zope214\lib\python\OFS\DTMLMethod.py, line 145, in __call__ (Object: index_html) File D:\PROGRA~1\Zope214\lib\python\DocumentTemplate\DT_String.py, line 502, in __call__ (Object: index_html) File D:\PROGRA~1\Zope214\lib\python\DocumentTemplate\DT_Util.py, line 335, in eval (Object: manage_addFolder(AUTHENTICATED_USER.getUserName())) (Info: manage_addFolder) File <string>, line 0, in ? NameError: (see above) Any hints? TIA, Thomas -- fon: ++49 (0)40 42878 3781 fax: ++49 (0)40 42878 2728
Thomas Weiner schrieb:
Hi Zopistas,
<!--#call "manage_addFolder(AUTHENTICATED_USER.getUserName())"--> worked perfectly from version 1.10 to version 2.1.1. With version 2.1.4 I receive a Name Error.
ouch .. I had the same story but a different error a few weeks ago: upgrading without copying all installed products causes weird behaviour. I'd better put a big paper with this sentence onto my desk. apologies for the noise, Thomas -- fon: ++49 (0)40 42878 3781 fax: ++49 (0)40 42878 2728
participants (1)
-
Thomas Weiner