[quills-dev] AttributeError - no attribute 'getActionInfo'
Maurits van Rees m.van.rees at zestsoftware.nlThu Jan 24 09:49:18 UTC 2008
- Previous message: [quills-dev] AttributeError - no attribute 'getActionInfo'
- Next message: [quills-dev] AttributeError - no attribute 'getActionInfo'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David Zejda, on 2008-01-23: > Please, what may be the cause of such error? > > Site Error > > An error was encountered while publishing this resource. > > AttributeError > Sorry, a site error occurred. > > Traceback (innermost last): > > * Module ZPublisher.Publish, line 196, in publish_module_standard > * Module Products.PlacelessTranslationService.PatchStringIO, line > 34, in new_publish > * Module ZPublisher.Publish, line 146, in publish > * Module Zope2.App.startup, line 222, in zpublisher_exception_hook > * Module ZPublisher.Publish, line 106, in publish > * Module ZPublisher.BaseRequest, line 289, in traverse > * Module Products.LinguaPlone.I18NBaseFolder, line 46, in > __browser_default__ > * Module Products.CMFPlone.PloneTool, line 890, in browserDefault > > AttributeError: 'NoneType' object has no attribute 'getActionInfo' > (Also, the following error occurred while attempting to render the > standard error message, please see the event log for full details: > 'NoneType' object has no attribute 'getActionInfo') > > I run: > > Debian 4.1.1-21 > Python 2.4.4 > Zope 2.9.6-final > Plone 2.5.1 > Quills 1.5.0-RC3 Generally speaking, the module at that last line (Products.CMFPlone.PloneTool) expects some object that has an attribute getActionInfo. But the object is not what it expects: it is None. So probably the module at the line above it (Products.LinguaPlone.I18NBaseFolder) passes something incorrectly. Or it is caused by something higher up the traceback. I do not see Quills anywhere in that traceback, though that does not automatically mean it has nothing to with it. When are you seeing this? Is this when viewing a Quills Weblog? A Quills WeblogEntry? Maybe just the homepage? Is LinguaPlone involved here? For instance, does this only happen when viewing an entry that you translated? -- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl]
- Previous message: [quills-dev] AttributeError - no attribute 'getActionInfo'
- Next message: [quills-dev] AttributeError - no attribute 'getActionInfo'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list