Site Error Question
I got the site error that is attached to this message. The curious thing is that the error message indicated that the parameter "status" was not in the request and thus the request was bad. Well, there is no "status" parameter in the ZClass definition. Nor is it in the add form, or in the index_html file used to display the result. The word status just doesn't come up with this class. Has anyone had this problem before and have a debugging tip? Cheers, Ron Site Error An error was encountered while publishing this resource. Invalid request The parameter, status, was omitted from the request. Make sure to specify all required parameters, and try the request again. Troubleshooting SuggestionsThe 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. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. Traceback (innermost last): File /usr/local/zope/2-3-3/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/zope/2-3-3/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/zope/2-3-3/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook File /usr/local/zope/2-3-3/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/zope/2-3-3/lib/python/ZPublisher/mapply.py, line 155, in mapply (Object: manage_addDoctrine) File /usr/local/zope/2-3-3/lib/python/ZPublisher/Publish.py, line 117, in missing_name File /usr/local/zope/2-3-3/lib/python/ZPublisher/HTTPResponse.py, line 569, in badRequestError BadRequest: (see above)
Ronald L. Chichester writes:
The curious thing is that the error message indicated that the parameter "status" was not in the request and thus the request was bad. Well, there is no "status" parameter in the ZClass definition. Nor is it in the add form, or in the index_html file used to display the result. The word status just doesn't come up with this class. File /usr/local/zope/2-3-3/lib/python/ZPublisher/mapply.py, line 155, in mapply (Object: manage_addDoctrine) File /usr/local/zope/2-3-3/lib/python/ZPublisher/Publish.py, line 117, in missing_name ZPublisher (its "mapply") is convince that "manage_addDoctrine" want a parameter "status".
Are you sure, it does not call for such a parameter? Dieter
participants (2)
-
Dieter Maurer -
Ronald L. Chichester