Hi, I'm fairly new to zope, trying to modify the file-library example to upload files, I've removed all the tests for file size, but still getting error on file size... 1. Where is the list of error messages and their meanings (error message reference)? 2. Is there a max file upload size set in a config file/screen? thanks in advance. mike.
Found it in config file. "to prevent dos attacks" still need error listing though :-) mike michael wrote:
Hi, I'm fairly new to zope, trying to modify the file-library example to upload files, I've removed all the tests for file size, but still getting error on file size... 1. Where is the list of error messages and their meanings (error message reference)? 2. Is there a max file upload size set in a config file/screen?
thanks in advance.
mike.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
michael wrote at 2005-8-27 16:14 +1000:
... 1. Where is the list of error messages and their meanings (error message reference)?
There is none but error messages are usually "speaking": reading them carefully, usually helps. Beside this, you should always look at the traceback accompaning the error message. You find it in the "error_log" object (inside the ZMI). When you report errors, always include the traceback. It tells you (and people trying to help you) where the error occured -- a valuable help for diagnosis. -- Dieter
participants (2)
-
Dieter Maurer -
michael