AttributeError
'Request' object has no attribute 'user'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the
sequence of function calls leading up to the error, in the
order they occurred.
/home/schemingmind/SmWiki/site-packages/MoinMoin/request/__init__.py
in run
(self=<MoinMoin.request.request_twisted.Request object>)
- 1251 # Handle request. We have these options:
- 1252 # 1. jump to page where user left off
- 1253 if not pagename and self.user.remember_last_visit and action_name == 'show':
- 1254 pagetrail = self.user.getTrail()
- 1255 if pagetrail:
- pagename
= u''
- self
= <MoinMoin.request.request_twisted.Request object>
- self.user undefined
- action_name
= 'show'
AttributeError
'Request' object has no attribute 'user'
- args = ("'Request' object has no attribute 'user'",)
- message = "'Request' object has no attribute 'user'"
System Details
- Date: Wed, 22 May 2013 06:11:29 +0000
- Platform: Linux linode.mekk.waw.pl 2.6.39.1-x86_64-linode19 #1 SMP Tue Jun 21 10:04:20 EDT 2011 x86_64
- Python: Python 2.6.5 (/usr/bin/python)
- MoinMoin: Release 1.8.3 (release)