Hi friends.
I have a problem some time with one of the instances of web2py I have. It's 
running using wsgi on apache, using web2py version 2.8.2.
For some unexplained reason, when I try to log in, using a regular username 
/ password login, I get this ticket.

Traceback (most recent call last):
  File "/home/keebali/adserver_install/web2py/gluon/main.py", line 461, in 
wsgibase
    session._try_store_in_db(request, response)
  File "/home/keebali/adserver_install/web2py/gluon/globals.py", line 1052, 
in _try_store_in_db
    (self._unchanged(response) and not response.session_new)):
  File "/home/keebali/adserver_install/web2py/gluon/globals.py", line 1041, 
in _unchanged
    session_pickled = cPickle.dumps(self)
  File "/usr/lib64/python2.6/copy_reg.py", line 84, in _reduce_ex
    dict = getstate()
TypeError: 'NoneType' object is not callable

It doesn't happen all the time, and when I restart apache, the problem just 
fixes itself. As you can see, the error has nothing to do with my own code 
(not the controller, nor any of the models participate on the error). I 
can, however say, that the login problems appeared when I first added https 
version of my website, though It doesn't neccerly happens on the https 
instance.

Any idea?

-- 
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.

Reply via email to