[Zope] Problems with IE
Chetan Kumar
chetan@cdac.ernet.in
Thu, 15 Aug 2002 12:10:02 +0530
Hi all
The site I created using ZPT+python+SQL has problems while accessing
from IE. The same thing has no problems with Netscape/Mozilla.
The main page comes up, the login has not issues. The links generated
on the pages after login give the following (last lines of) error message
-----------------------------------------------------------
(Object: GetEmpInfoPython)
File
/home1/sepg/Site/lib/python/Products/PageTemplates/ZRPythonExpr.py, line
75, in call_with_ns
(Object: __render_with_namespace__)
File /home1/sepg/Site/lib/python/Shared/DC/Scripts/Bindings.py, line
266, in __render_with_namespace__
(Object: GetEmpInfoPython)
File /home1/sepg/Site/lib/python/Shared/DC/Scripts/Bindings.py, line
283, in _bindAndExec
(Object: GetEmpInfoPython)
File
/home1/sepg/Site/lib/python/Products/PythonScripts/PythonScript.py, line
291, in _exec
(Object: GetEmpInfoPython)
(Info: ({'script': <PythonScript instance at 8fea4f8>, 'context':
<Folder instance at 8fe3460>, 'container': <Folder instance at 8fe3460>,
'traverse_subpath': []}, (), {}, None))
File Script (Python), line 3, in GetEmpInfoPython
File /home1/sepg/Site/lib/python/AccessControl/ZopeGuards.py, line 90,
in guarded_getitem
TALESError: Sorry, an error occurred
------------------------------------------------------------
TIA
Chetan