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> ===============================================================================