Years of intensive cgi scripting, db interactivity, defeating evil doers and saving galaxies have taught me few things. Cold water is always on the right ;^) Nyuk! Generaly when I have seen the "document contains no data" it's either a malformed header or a failure to populate a a page before sending it back to the browser. So I look for the documents Zope should be serving and I can't find any. Where is "manage"? I don't see anything for Zope to serve a request with. My Zope var dir contains only four files, data.bbb data.bbb.in data.bbb.trans and serve.log. data.bbb and data.bbb.in are executables and have dtml TAGS referencing files I assume are supposed to be in the var dir but are not. tags such as <!--#if error_message > Should I reinstall ZOPE or are these files available elsewhere? Just a WAG, but the best I place I can find to start. DAve.
Uh, from someone with Zen-level 0.1. All the information your site wants to publish and a lot more are in exactly these data.* files, which are objectstores. Manage is not a html-form or page but a method of Zope which evaluates in the current context and gives you a managment screen for the parent object. So you call the same method also when you go to the URL http://localhost:8080/folder1/subfolder/manage This would result in a managment screen for subfolder. But all this doesn't solve your 'No data' problem. But than you haven't said a lot what you have done before? How is Zope installed? __Janko Hauser
participants (2)
-
Dave Goodrich -
Janko Hauser