"root default view was probably deleted"
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? Thanks, Kent ====================================================================== Site Error An error was encountered while publishing this resource. Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: no default view (root default view was probably deleted) ====================================================================== HTML source of error page; ======================================================================= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Zope on http://localhost:8080</title> <script type="text/javascript"> <!-- function update_menu() { window.manage_menu.location.href=window.manage_menu.location.href; } //--> </script> </head> <frameset rows="34, *"> <frame src="http://localhost:8080/manage_top_frame" name="manage_top_frame" marginheight="0" scrolling="no"/> <frameset cols="175,*"> <frame src="http://localhost:8080/manage_menu" name="manage_menu" marginwidth="2" marginheight="2" scrolling="auto"/> <frame src="http://localhost:8080/manage_workspace" name="manage_main" marginwidth="2" marginheight="2" scrolling="auto"/> </frameset> </frameset> <noframes> Management interfaces require the use of a <b>frames-capable</b> web browser. </noframes> </html> ===============================================================================
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.
======================================================================
HTML source of error page;
======================================================================= <snip> Read the HTML you're pasting :-( That was the HTML for the ZMI frameset, and as such, of absolutely no use...
Chris
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
Kent Tenney wrote:
Indeed.
From ZMI, I drop down the 'add' list of products.
When I select one, I am sent directly to the error.
Sounds like you're broken your Zoep setup pretty badly. What did you do?
If index_html exists, instead of the error, I get the index_html page !
That sounds like it might be an IE authentication bug...
Sorry. Here's frame->source, doesn't seem to offer anything useful.
Indeed. You want the traceback out of the error log object. cheers, Chris
I am using Mozilla nightlies. Taking a hint from the thread "Mozilla 1.3 and Zope 2.5.1 manage not working nicely" I tried with Opera, and all is well! I never would have guessed a browser problem. Kent Chris Withers wrote:
Kent Tenney wrote:
Indeed.
From ZMI, I drop down the 'add' list of products.
When I select one, I am sent directly to the error.
Sounds like you're broken your Zoep setup pretty badly. What did you do?
If index_html exists, instead of the error, I get the index_html page !
That sounds like it might be an IE authentication bug...
Sorry. Here's frame->source, doesn't seem to offer anything useful.
Indeed. You want the traceback out of the error log object.
cheers,
Chris
_______________________________________________ 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 )
participants (2)
-
Chris Withers -
Kent Tenney