rochacbruno-archive / Movuca

Movuca - web2py powered social CMS (this project is not updated/maintained anymore, if you want to adopt it, let me know, then I can transfer ownership)
Other
105 stars 27 forks source link

Error: show profile page without login #28

Open ghost opened 11 years ago

ghost commented 11 years ago

I got ticket when I click the username link to show profile page without login.

Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 209, in restricted exec ccode in environment File "C:/web2py/applications/movuca/controllers/person.py", line 162, in File "C:\web2py\gluon\globals.py", line 187, in self._caller = lambda f: f() File "C:/web2py/applications/movuca/controllers/person.py", line 69, in show user = auth.get("user", None) AttributeError: 'NoneType' object has no attribute 'get'