At 08:17 AM 2/10/2003 -0500, you wrote:
[beno wrote (zope@thewebsons.com) on 2/10/03 5:52 AM]
IOError: [Errno 13] Permission denied: '/home/httpd/ZopeInstallation/Zope_software_home/var/Data.fs.pack' (Also, an error occurred while attempting to render the standard error message.)
This looks like you have a permissions issue in the var directory of your zope's instance home.
make sure it is owned by the user running zope and that you have the sticky bit set.
Well, sure enough, for some reason var was owned by root while the rest of the installation was owned by the user I set up. I chowned it all to said user, but it still doesn't work. I set the sticky bit for the var dir so that its permissions are: drwsrwsr-t Still no go. More ideas? TIA, beno