durusmail: quixote-users: splat error
splat error
2002-07-19
splat error - More info
2002-07-20
2002-07-22
splat error
Neil Schemenauer
2002-07-19
On Fri, Jul 19, 2002 at 02:29:28PM -0700, Samir Patel wrote:
> "/usr/lib/python2.2/site-packages/splat/web/index.ptl",
> line 21, in _q_index
>     prefs = request.session.prefs
> AttributeError: 'NoneType' object has no attribute
> 'prefs'

For some reason a new session has not been created.  One is usually
created automatically if one is not found based on the session cookie.
It could be that you are using the wrong Publisher class.  If you want
sessions you should be using a subclass of SessionPublisher.

  Neil


reply