about dtml-in ???
On 02-May-2000 Pierre Rougier wrote:
<dtml-in "objectItems('DTML Method')" sort=id> <dtml-if "id == index_html"> <dtml-var "read_raw()" html_quote> </dtml-if> </dtml-in>
I found, it was just <dtml-if "id() == index_html">, but now, I have a big big problem, I changed a permission in the DefindPermission Screen (Change DTML Methods to "Change DTML-Methods instead of (disabled)), and now, I can't do anything in my Zope environment, anytime I try to access something, the following error is written: Zope Error Zope has encountered an error while publishing this resource. Error Type: Error Error Value: Incorrect padding Traceback (innermost last): File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 179, in publish File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python/Zope/__init__.py, line 202, in zpublisher_exception_hook (Object: ElementWithAttributes) File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python/ZPublisher/Publish.py, line 151, in publish File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python/ZPublisher/BaseRequest.py, line 430, in traverse File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python/AccessControl/User.py, line 402, in validate (Object: RoleManager) File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python1.5/base64.py, line 46, in decodestring File /home/prougier/zope/Zope-2.1.4-linux2-x86/lib/python1.5/base64.py, line 32, in decode Error: (see above) So, I can not do anything to repair..... do you see how I can resolve it? It is a big big big big problem :-(( Thank you!