Re: [Zope] Creating Factory Objects (Products)
Haha, thanks for the 'wisdom' cookies:) Here are the last two lines of the traceback: File /usr/local/Zope-2.1.6/lib/python/OFS/Application.py, line 249, in __bobo_traverse__ (Object: ApplicationDefaultPermissions) File /usr/local/Zope-2.1.6/lib/python/ZPublisher/HTTPResponse.py, line 511, in notFoundError NotFound: (see above) Maybe because i'm a newbie, i tend to feel that Zope's error messages(or traceback) are not as clear as (for e.g.) PHP's error messages. Perhaps you can give me some pointers here? regards, firestar ------Original Message------ From: Dieter Maurer <dieter@handshake.de> To: Firestar <theebh@mail.com> Sent: July 17, 2000 11:23:04 PM GMT Subject: Re: [Zope] Creating Factory Objects (Products) Firestar writes:
"Resource not found
Sorry, the requested Zope resource does not exist. Check the URL and try again." followed by the tracebacks... You first need to determine what resource is not found. The tracebacks may help you with this.
After you know the resource, you will ask, "why". If you are lucky, this becomes obvious, once you know "what". Dieter ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup
Firestar writes:
Haha, thanks for the 'wisdom' cookies:) Here are the last two lines of the traceback:
File /usr/local/Zope-2.1.6/lib/python/OFS/Application.py, line 249, in __bobo_traverse__ (Object: ApplicationDefaultPermissions) File /usr/local/Zope-2.1.6/lib/python/ZPublisher/HTTPResponse.py, line 511, in notFoundError NotFound: (see above)
I have to admit that in this case the end of the traceback tells not much about the problem. I found in the sources (ZPublisher.HTTPResponse) that the resource not found is indicated as an HTML *comment* in the error page. I do not know, why the implementers hide this information. Anyway, the traceback seems to suggest that the problem is immediately at the top level of your URL. Is it possible that your "Data.fs" is empty or otherwise in a strange state? What happens, if you access your site with "<host>:<port>/manage"? Dieter
participants (2)
-
Dieter Maurer -
Firestar