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)
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'
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'