Re: [Zope] Re: mysqluserfolder access blown - work lost?

2007-09-28 Thread Ben Bartrum
> -Original Message- > From: [EMAIL PROTECTED] > Sent: Fri, 28 Sep 2007 09:07:43 -0400 > Hmm, at this point I would be trying one of two things: > > - You might try undoing the transactions where you added / configureed >the user folder. > Embarrassingly, I haven't tried this bef

[Zope] mysqluserfolder access blown - work lost?

2007-09-28 Thread Ben Bartrum
Hello I have added mysqlUserFolder to a folder that contained a lot of work I have done. I may not have entered the database connection parameters correctly (it was late). The upshot is that I can now not access anything in that folder. Removing the mysqlUserFolder product doesn't help. Zope

Re: [Zope] mysqluserfolder access blown - work lost?

2007-09-28 Thread Ben Bartrum
er access blown - work lost? > > +---[ Ben Bartrum ]-- > | Hello > | > | I have added mysqlUserFolder to a folder that contained a lot of work I > have done. > > The data should all still be there, but, in accessible due to > permissions. >

Re: [Zope] HOw to create a Zope Instance ?

2007-10-04 Thread Ben Bartrum
Getting seriously OT but this got me interested in what kind of company this is, and whether it has anything to do with Zope's Zeo, so I used their search box to search the word Zeo. The result is interesting. > -Original Message- > From: [EMAIL PROTECTED] > Sent: Thu, 04 Oct 2007 09:1

[Zope] folder like shortcut / symlink / pointer / urlredirect

2007-10-31 Thread Ben Bartrum
Hello The DTML code below populates a large menu with folders and their descriptions, however one of the items in the menu should now point to a URL on a different server. I can change the code - for example make it ordinary HTML, or add the new URL above or below, but I want to know if it is

Re: [Zope] folder like shortcut / symlink / pointer / urlredirect

2007-10-31 Thread Ben Bartrum
Andreas Jung wrote: > Why does it has to be a folder? You can simple add a PythonScript that > performs an URL redirection if called. You just have to added the script > and adjust your loop to find folders *and* PythonScript. Thanks - I ended up putting only http://www.example.com')"> in the ind

[Zope] server slowed down to a crawl

2007-11-19 Thread Ben Bartrum
I have a fairly old Zope server that has slowed down to the point where loading the ZMI doesn't complete and some pages load in > 25 secs while other pages don't load at all. There has been recent cosmetic changes, but they worked for a day or so before the slowdown. There is nothing new or un

Re: [Zope] server slowed down to a crawl

2007-11-22 Thread Ben Bartrum
> Have you found out why it is slowing? > Has your traffic increased -> limit your traffic temporarily > Perhaps its the Hardware? If you mean with 'old' P3/P4, perhaps > the CPU cooler is dead and the CPU is in reduced performance mode? > Perhaps some IO controller (disks?) is failing. > > Or yo

[Zope] Bus error

2007-11-26 Thread Ben Bartrum
I'm recreating a Zope site from a SunOS server on FreeBSD. Zope starts but as soon as anything is accessed (including the ZMI), it bombs out with just: LOG('ZODB', WARNING, 'Could not import class %s ' Bus error I rsynced the ZOPE_HOME from the SunOS server. Could it be that there are thin

[Zope] problem authenticating, even with emergency user

2008-01-17 Thread Ben Bartrum
Hello A Zope site which is running fine, is refusing all authentication with the error below. I have tried the emergency user and restarted Zope, but the emergency user gets the same error: Site Error An error was encountered while publishing this resource. AttributeError Sorry, a site err

Re: [Zope] problem authenticating, even with emergency user

2008-01-25 Thread Ben Bartrum
> -Original Message- > From: [EMAIL PROTECTED] > Sent: Thu, 17 Jan 2008 15:00:40 +0100 > To: zope@zope.org > Subject: Re: [Zope] problem authenticating, even with emergency user > > > On Jan 17, 2008, at 14:39 , Ben Bartrum wrote: > >> Hello >> &

Re: [Zope] problem authenticating, even with emergency user

2008-01-29 Thread Ben Bartrum
> -Original Message- > From: [EMAIL PROTECTED] > This looks like a broken "UserFolder" instance (one that cannot > be loaded). > As a consequence, its "validate" method cannot be found and > "old_validation" (usually no longer used in modern Zope versions) > is tried. > > Check your logfi

Re: [Zope] problem authenticating, even with emergency user

2008-01-30 Thread Ben Bartrum
> -Original Message- > From: [EMAIL PROTECTED] > Sent: Wed, 30 Jan 2008 19:29:05 +0100 > > This is too late. > > The dynamic loader looks at "LD_LIBRARY_PATH" on startup > and then caches the value. Later modification have no effect > on the current process. > > You need to set "LD_LIBRA