[Zope] Re: Site Tracker

Peter Bengtsson mail@peterbe.com
Wed, 19 Sep 2001 23:39:37 +0200


> I have a subdir I want to run it in. I've created an FSSession object
> there. The SiteTracker object seems to be created fine. But when I try to
> access the site, I get the following error:

It's because you haven't got FSSession properly installed.
It requires a folder in <zope dir>/var called "FSSession".
Try FSSesssion in another folder to ensure yourself that it works.

Peter

> Zope has encountered an error while publishing this resource.
>
> Error Type: OSError
> Error Value: [Errno 2] No such file or directory:
> '/home/grifter/Zope-2.4.0-src/var/FSSession/260'
>
> I SSH'd in and checked, and there is no "FSSession" directory in /var, and
> therefore no "260" object in it. Any idea what's not working?
>
> Regards,
> Dave Lehman
>
>