Re: [Zope] Zope database file grows when no one is modifying it

2007-10-19 Thread Jamie O'Keefe
Thank you Andreas and Martijn, I checked the root undo log and that pointed me to to the problem. It proved to be spammers on one of our under used public boards. Problem solved for now. Any suggestions as to how to thwart such attempts besides requiring user accounts for even the most minor ed

[Zope] Zope database file grows when no one is modifying it

2007-10-18 Thread Jamie O'Keefe
I am administering a Zope/CMF site running Zope 2.6.4 with python 2.2.3. We have been running low on space and have not been able to clean out the database of old edits. We are moving other sites over to a new server and were able to free up about 3GB. Unfortunately, our main Zope site has fille

[Zope] Re: DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Jamie O'Keefe
Thanks Andreas and Jens for the helpful tip. Jamie ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail

[Zope] Re: DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Jamie O'Keefe
Nevermind. I later found that I could not call HTTPConnection from my python script in Zope and ended up going straight to running it in python 2.3. Jamie On 12/28/05, Jamie O'Keefe <[EMAIL PROTECTED]> wrote: > I am trying to get the latest time in a Python Script. > > I

[Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-28 Thread Jamie O'Keefe
I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or t = DateTime().Time() I always get an Insufficient Privileges error. I have combed through the archives and the web and as far as