Re: [Zope] 2.5.1 to 2.8.0

2005-06-29 Thread Tim Suter
Just FYI, having another webserver do authentication and making that work nicely with Zope Sucks with a Capital S. Most of the time there is no valid reason to go that route, other than the lame excuse but we only know it this way. I am sure that is why I am told to use Apache instead

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Paul Winkler
On Mon, Jun 27, 2005 at 08:29:01AM -0500, Tim Suter wrote: I have a Zope install 2.5.1 that I am wanting to migrate to another box that has 2.8.0. After the 2.8.0 install I import the .zexp's and copy the data.fs file from the old var to the new. Redundant. If you copy the Data.fs file, you

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Tim Suter
I deleted the Zope dir to start over. Went through the configure make and make install routine from the source directoryran mkzopeinstance.py then after running: # su -c /opt/zope/knowledge/bin/runzope itadmin I get this: Traceback (most recent call last): File

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Paul Winkler
On Mon, Jun 27, 2005 at 10:28:45AM -0500, Tim Suter wrote: I deleted the Zope dir to start over. Went through the configure make and make install routine from the source directoryran mkzopeinstance.py then after running: # su -c /opt/zope/knowledge/bin/runzope itadmin I get this:

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Lennart Regebro
On 6/27/05, Tim Suter [EMAIL PROTECTED] wrote: I deleted the Zope dir to start over. Went through the configure make and make install routine from the source directoryran mkzopeinstance.py then after running: # su -c /opt/zope/knowledge/bin/runzope itadmin I get this: Traceback

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Tim Suter
All I did was import the Data.fs this time. No good. Still get: Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: __getitem__ Should I just use the import function? Tim On Mon, 2005-06-27 at 09:41 -0400, Paul Winkler wrote: On

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Paul Winkler
On Mon, Jun 27, 2005 at 11:51:02AM -0500, Tim Suter wrote: All I did was import the Data.fs this time. No good. Still get: Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: __getitem__ Should I just use the import

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Paul Winkler
Please keep discussion on the list. Now then, let's look at your log: On Mon, Jun 27, 2005 at 01:09:29PM -0500, Tim Suter wrote: Traceback (most recent call last): File /opt/zope/lib/python/OFS/Application.py, line 254, in checkGlobalRegistry

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Tim Suter
On Mon, 2005-06-27 at 16:30 -0400, Paul Winkler wrote: Please keep discussion on the list. Now then, let's look at your log: Yeah, that Reply to All function eludes me sometime. __getattr__ raise AttributeError, escape(name) AttributeError: keys I've never seen that one and

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Jens Vagelpohl
On 27 Jun 2005, at 21:30, Paul Winkler wrote: 2005-06-27T13:06:58 WARNING ZODB Could not import class 'SimpleLog' from module 'Products.LDAPUserFolder.SimpleLog' It's pretty clear that Zope is having a major problem with LDAPUserFolder. Possibly you have an old version of LDAPUserFolder

Re: [Zope] 2.5.1 to 2.8.0

2005-06-27 Thread Jens Vagelpohl
On 27 Jun 2005, at 22:27, Tim Suter wrote: We don't want to use LDAPUserFolder for authentication. The preferred method of authentication is against an authzldap enabled apache. Or when authenticating, is it necessary to add the LDAPUserFolder? Which, this might explain why when