<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Dieter Maurer wrote:
<blockquote cite="mid16932.50173.5786.869529@gargle.gargle.HOWL"
 type="cite"><br>
  <pre wrap=""><!---->
This is a missing ZClass...

  </pre>
</blockquote>
<br>
<br>
This is probably my whole problem, is there a way to figure out what is
missing?&nbsp; I would guess that I have failed to add a zope add on of some
sort, I have installed all of Plone and Zope to the best of my knowlege.<br>
<br>
I have since gotten a better feel for what is broken. I had forgotten
yesterday that I can browse all of the database folders and plone
objects in the management interface, but when I try to view a 'top
level' (of folder) object, or open the equivelent page through a
browser, I get an error, but if I open a specific object via server, I
can see that object without error. i.e. <br>
if I try... <br>
dev.esginc.com:8080/VirtualHostBase/http/www.esginc.com:80/site1/pr/VirtualHostRoot/content<br>
I get <br>
Error Type: NotFound<br>
&nbsp;Error Value: document_view<br>
<br>
if I try<br>
<br>
dev.esginc.com:8080/VirtualHostBase/http/www.esginc.com:80/site1/pr/VirtualHostRoot/content/city3.jpg<br>
<br>
I get the image.&nbsp; So the basic server works, but there is some script
in all the top level web pages that is linked against something I don't
have ? (although you would think I would get a more informative error
message... ?)<br>
<br>
<br>
<blockquote cite="mid16932.50173.5786.869529@gargle.gargle.HOWL"
 type="cite">
  <pre wrap="">
You forgot to define "root":

    from Zope import app
    root = app()

  </pre>
</blockquote>
but this is just in the debugger ? there is nothing I have to do to
define root in the server in zope/zserver .... right ? <br>
<br>
<br>
<br>
<br>
</body>
</html>