have you deleted all sessions or are you using sessions created with a previous version?
On Friday, 13 December 2013 13:40:18 UTC-6, Marin Pranjić wrote: > > This happens when customer tries to login. I have no idea why it happens > and it works when I try it on localhost. > > > web2py™Version 2.8.2-stable+timestamp.2013.11.28.07.51.37PythonPython 2.7. > 3: /usr/bin/python (prefix: /usr) > > Traceback > > 1. > 2. > 3. > 4. > 5. > 6. > 7. > 8. > 9. > 10. > 11. > 12. > 13. > > Traceback (most recent call last): > File "/home/www-data/web2py/gluon/main.py", line 479, in wsgibase > session._try_store_in_cookie_or_file(request, response) > File "/home/www-data/web2py/gluon/globals.py", line 1089, in > _try_store_in_cookie_or_file > return self._try_store_in_file(request, response) > File "/home/www-data/web2py/gluon/globals.py", line 1096, in > _try_store_in_file > or self._unchanged(response)): > File "/home/www-data/web2py/gluon/globals.py", line 1041, in _unchanged > session_pickled = cPickle.dumps(self) > File "/usr/lib/python2.7/copy_reg.py", line 84, in _reduce_ex > dict = getstate() > TypeError: 'NoneType' object is not callable > > > Any ideas? It's urgent so any suggestion is welcome. > > Marin > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

