Chris Withers wrote:
Kent Tenney wrote:
Howdy, I receive this error when I try to add a product from the ZMI.
What is "root default view", and where do I get another?
Probably means index_html in the root of your Zope instance.
Indeed. From ZMI, I drop down the 'add' list of products. When I select one, I am sent directly to the error. If index_html exists, instead of the error, I get the index_html page ! The ZMI seems very broken, I am unable to add any products.
======================================================================
HTML source of error page;
=======================================================================
<snip> Read the HTML you're pasting :-(
Sorry. Here's frame->source, doesn't seem to offer anything useful. <html> <head><title>Zope</title></head> <body bgcolor="#FFFFFF"> <table BORDER="0" WIDTH="100%"> <tr VALIGN="TOP"> <td WIDTH="10%" ALIGN="CENTER"> </td> <td WIDTH="90%"> <h2>Site Error</h2> <p>An error was encountered while publishing this resource. </p> <p><strong>Resource not found</strong></p> Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> no default view (root default view was probably deleted)</p> <hr NOSHADE> <p>Troubleshooting Suggestions</p> <ul> <li>The URL may be incorrect.</li> <li>The parameters passed to this resource may be incorrect.</li> <li>A resource that this resource relies on may be encountering an error.</li> </ul> <p>For more detailed information about the error, please refer to the HTML source for this page. </p> <p>If the error persists please contact the site maintainer. Thank you for your patience. </p> </td></tr> </table> </body> </ht