Re: [Zope] Couple of 2.0b1 observations on win98
Andreas Wrote:
What traceback are you getting? (Tracebacks are important in Python/ZOPE).
I just get a zope error saying: Zope Error Zope has encountered an error while publishing this resource. DateTimeError Sorry, a Zope error occurred. Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. All I tried doing was to set the date for a variable for an index_html document (called a method?) by using properties. I can see from the logfile that a POST method was invoked.. "POST /swk/index_html/manage_addProperty HTTP/1.0" 500 2021 somehow it does not like the URL or parameters ? The one for string is fine.. "POST /swk/index_html/manage_addProperty HTTP/1.0" 200 9131 Sriram zope 2.0b1, win98 :-) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
On Mon, 2 Aug 1999, zzzz tttt wrote:
Andreas Wrote:
What traceback are you getting?
zope 2.0b1, win98 :-)
We NEED the traceback. To get the traceback, view the source code of the error page. This is generally done by right-clicking on the page and selecting "View Source". It will look like, ... <!--traceback... ...--> ... Cut 'n paste the traceback bit and send it to the list with your query. Cheers, Anthony Pfrunder Zope Community Development Partner PS Amos: Does this count as a FAQ? I'll add it as a HOW-TO to the Zope-magical-mstery-site.
At 15:11 02/08/99 , zzzz tttt wrote:
Andreas Wrote:
What traceback are you getting? (Tracebacks are important in Python/ZOPE).
I just get a zope error saying:
Zope Error Zope has encountered an error while publishing this resource. DateTimeError Sorry, a Zope error occurred. Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error.
This page contains a traceback. Do a view source, and post what you find at the end of the document (between <!-- traceback and --> or something). We need it. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (3)
-
Anthony Pfrunder -
Martijn Pieters -
zzzz tttt