Mozilla/Netscape producing NameError problem
Greetings, I am getting a NameError when using Mozilla 0.9.x or Netscape 6. The application works fine using Internet Explorer. The traceback is: error_tb: Traceback (innermost last): File /site/zope/lib/python/ZPublisher/Publish.py, line 171, in publish File /site/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: pricing) File /site/zope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: pricing) File /site/zope/lib/python/OFS/DTMLMethod.py, line 189, in __call__ (Object: pricing) File /site/zope/lib/python/DocumentTemplate/DT_String.py, line 540, in __call__ (Object: pricing) File /site/zope/lib/python/DocumentTemplate/DT_Util.py, line 339, in eval (Object: REQUEST.set('thisID', createID())) (Info: REQUEST) File , line 0, in ? NameError: createID createID is located in the / directory. Has anyone else noticed strange behavior using either of these browsers? Any help would be much obliged. Steve
Steven Turoff wrote:
Greetings,
I am getting a NameError when using Mozilla 0.9.x or Netscape 6. The application works fine using Internet Explorer. The traceback is:
(Object: pricing) File /site/zope/lib/python/DocumentTemplate/DT_Util.py, line 339, in eval (Object: REQUEST.set('thisID', createID())) (Info: REQUEST) File , line 0, in ? NameError: createID
createID is located in the / directory. Has anyone else noticed strange behavior using either of these browsers?
i would be very surprised if this was browser-specific, unless creadID has some code in it the sniffs for browsers... yo doing any browser sniffing in your app? cheers, Chris
participants (2)
-
Chris Withers -
Steven Turoff