[web2py] Re: Error when logging in

2014-01-29 Thread Leonel Câmara
I had this problem only if running web2py under apache/mod_wsgi/windows and if I had more than one web2py instalation. I tried to track it down and managed to make it somewhat less likely to happen. I ended up just migrating to Linux+nginx and uwsgi. -- Resources: - http://web2py.com - http://

[web2py] Re: Error when logging in

2014-01-29 Thread guruyaya
U. anyone? On Tuesday, January 28, 2014 10:37:13 AM UTC+2, guruyaya wrote: > > 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 reg

[web2py] Re: error when logging in using site domain

2013-01-04 Thread Ignacio Ocampo
Darry, I had the same problem, I post my solution at: http://nafiux.com/blog/2013/01/04/web2py-deploy-specific-app-with-apache-webserver/ In my case, the problem was caused by a bad RewriteRule configuration at my httpd.conf file. The correct configuration that I used is: DocumentRoot /

[web2py] Re: error when logging in using site domain

2013-01-04 Thread Ignacio Ocampo
I have the same problem, do you have resolved it? Thanks. On Wednesday, January 2, 2013 7:38:47 PM UTC-6, dr_eeves wrote: > > Hi, > > I have been developing a web application using web2py. Most of the > development has been done using the included development text editor (which > has been great

[web2py] Re: error when logging in using site domain

2013-01-03 Thread howesc
i suspect that it is really a data problem that was somehow masked by the access method. what that error means is that there is a record that references an auth_group record with id of 1 - but that record does not exist. i would suggest you either re-create the group with ID of 1 or find all