Re: [web2py] Ticket Issued: Unrecoverable

2012-08-01 Thread Massimo Di Pierro
chown www-data:www-data -R web2py/applications/ On Wednesday, 1 August 2012 08:47:23 UTC-5, Richard wrote: > > I am pretty sure that some of your app files permissions are not correctly > setted. > > chown www-data.www-data -R web2py/applications/yourapp > > Richard > > On Wed, Aug 1, 2012 at 4

Re: [web2py] Ticket Issued: Unrecoverable

2012-08-01 Thread Richard Vézina
I am pretty sure that some of your app files permissions are not correctly setted. chown www-data.www-data -R web2py/applications/yourapp Richard On Wed, Aug 1, 2012 at 4:36 AM, r13race wrote: > Hello, > > I made an application using Apache+Web2py+WSGI framework. > It was running fine and all

[web2py] Ticket Issued: Unrecoverable

2012-08-01 Thread r13race
Hello, I made an application using Apache+Web2py+WSGI framework. It was running fine and all of a sudden as i enter the URL of teh startup page it directs me to index.html, it works fine. There i have a login button as i click it, it issues me a ticket "Unrecoverable" Its not a problem of permis

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruce Wade
Good to know thanks. On Tue, Apr 17, 2012 at 4:42 PM, Niphlod wrote: > ps, $scheme is usually mapped before in /etc/nginx.conf as > > map $scheme $server_https { > default off; > https on; > } > -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Niphlod
ps, $scheme is usually mapped before in /etc/nginx.conf as map $scheme $server_https { default off; https on; }

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruce Wade
Thanks Niphlod that solved it :D Thanks Bruno your set up files are helping a lot. -- Regards, Bruce On Tue, Apr 17, 2012 at 4:35 PM, Niphlod wrote: > uhm just my 2 cents > > If cert is loaded incorrectly in nginx all pages with https are reported > to the browser as "insecure" but web

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Niphlod
uhm just my 2 cents If cert is loaded incorrectly in nginx all pages with https are reported to the browser as "insecure" but web2py should not complain about an insecure channel (web2py doesn't check for cert validation) maybe nginx is not passing the "https" variable to uwsgi, and the

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruce Wade
I have a verisign certificate, that could be the problem trying to figure out how to set that properly with nginx which is different then apache. On Tue, Apr 17, 2012 at 3:52 PM, Bruno Rocha wrote: > this is my web2py + uwsgi + ngonx configs https://gist.github.com/2359513 > > look the .crt and

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruno Rocha
this is my web2py + uwsgi + ngonx configs https://gist.github.com/2359513 look the .crt and .key part did you created a self signed https key? On Tue, Apr 17, 2012 at 7:49 PM, Bruce Wade wrote: > Yes you were right it was a permissions issue. > > However even using https: I am getting: Admin i

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruce Wade
Yes you were right it was a permissions issue. However even using https: I am getting: Admin is disabled because insecure channel when trying to view tickets. Using nginx + uwsgi On Tue, Apr 17, 2012 at 3:43 PM, Bruno Rocha wrote: > May be permission issues on the tickets folder > > > On Tue,

Re: [web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruno Rocha
May be permission issues on the tickets folder On Tue, Apr 17, 2012 at 7:26 PM, Bruce Wade wrote: > How to troubleshoot this? Internal errorTicket issued: > unrecoverable > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/bru

[web2py] Ticket issued: unrecoverable

2012-04-17 Thread Bruce Wade
How to troubleshoot this?Internal errorTicket issued: unrecoverable -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.fittraineronline.com - Fitness Personal Trainers Online http://www.w

[web2py] Ticket Issued: Unrecoverable

2012-01-31 Thread Likit
I have seen several posts about this problem. I just had the problem and solved it. However, none of the several posts I read had the answer that applied in my case. I did not read ALL of the posts mentioning this problem so some of them may have had an applicable answer. If you are a linux noo

[web2py] Ticket Issued: Unrecoverable

2012-01-31 Thread Likit
I have seen several posts about this problem. I just had the problem and solved it. However, none of the several posts I read had the answer that applied in my case. I did not read ALL of the posts mentioning this problem so some of them may have had an applicable answer. If you are a linux noo

[web2py] Ticket issued: unrecoverable

2011-07-25 Thread António Ramos
Hello, when i try to acces my server admin remotely with FQDN and not by ip i get this error *Ticket issued: unrecoverable* Why? thank you

[web2py] Ticket issued: unrecoverable

2010-11-02 Thread Richard Vézina
Hello, Can't figure out why I got : Ticket issued: unrecoverable when trying to access in prod app admin interface. I can acces the exact same app in web2py built in web server without any problem. I change database password before I get this problem. I change the db.py password adequately. Do