Re: [Zope] attribute/name error after server migration… please advise?

2013-01-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 01:51 PM, Dan Gaibel wrote: in the debugger I get type 'ImplicitAcquirerWrapper' for app.asian.courses.be type. Same as other folder objects on the site, even those that are fully funtional. I should have figured. Try:

Re: [Zope] attribute/name error after server migration… please advise?

2013-01-10 Thread Dan Gaibel
type(courses.aq_self) yields: class 'OFS.Folder.Folder' print app.asian.courses._objects gives me: ({'meta_type': 'Folder', 'id': 'falcon'}, {'meta_type': 'ProgramPage', 'id': 'japanese'}, {'meta_type': 'ProgramPage', 'id': 'burmese'}, {'meta_type': 'ProgramPage', 'id': 'korean'},

Re: [Zope] attribute/name error after server migration… please advise?

2013-01-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 02:57 PM, Dan Gaibel wrote: 2013-01-10 14:23:12 WARNING ZODB Could not import class 'GroupUserFolder' from module 'Products.GroupUserFolder.GroupUserFolder' That is the smoking gun: your new instance is missing the

Re: [Zope] attribute/name error after server migration… please advise?

2013-01-10 Thread Dan Gaibel
That's it! Fixed! Many, many thanks, Tres. You saved me. Cheers! On Jan 10, 2013, at 2:58 PM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 02:57 PM, Dan Gaibel wrote: 2013-01-10 14:23:12 WARNING ZODB Could not import class

Re: [Zope] attribute/name error after server migration… please advise?

2013-01-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 03:58 PM, Dan Gaibel wrote: That's it! Fixed! Many, many thanks, Tres. You saved me. Cheers! Glad that helped. Tres. - -- === Tres Seaver +1 540-429-0999