[web2py] Re: Upgrade problem

2010-11-18 Thread mdipierro
Thanks Kenneth and Jonathan for getting to the bottom of this. On Nov 18, 8:21 pm, Jonathan Lundell wrote: > On Nov 18, 2010, at 5:40 PM, Kenneth Lundström wrote: > > > > > Thank you Jonathan, > > > that solved the upgrade problem. > > > Problem was that I did the 'chown -R apache:web2py *' comma

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Jonathan Lundell
On Nov 18, 2010, at 5:40 PM, Kenneth Lundström wrote: > > Thank you Jonathan, > > that solved the upgrade problem. > > Problem was that I did the 'chown -R apache:web2py *' command in the web2py > directory but that doesn't include the directory itself. So when Apache tried > to download the n

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Jonathan Lundell
On Nov 18, 2010, at 5:40 PM, Kenneth Lundström wrote: > > Thank you Jonathan, > > that solved the upgrade problem. > > Problem was that I did the 'chown -R apache:web2py *' command in the web2py > directory but that doesn't include the directory itself. So when Apache tried > to download the n

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
Now I finally found the problem. It looks like welcome.w2p is missing from the source package. When I copied a welcome.w2p to my web2py root directory I can create applications. Kenneth On Nov 18, 2010, at 7:03 AM, Kenneth Lundström wrote: OK, I have no idea if they are related, it was ju

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
Thank you Jonathan, that solved the upgrade problem. Problem was that I did the 'chown -R apache:web2py *' command in the web2py directory but that doesn't include the directory itself. So when Apache tried to download the new version of web2py it could not write it to harddisk. Sorry for thi

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Jonathan Lundell
On Nov 18, 2010, at 7:03 AM, Kenneth Lundström wrote: > > OK, I have no idea if they are related, it was just a thought on my part. Kenneth, in gluon/admin.py you'll find this code: full_url = url + '/examples/static/web2py_%s.zip' % version_type filename = abspath('web2py_%s_downloade

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
OK, I have no idea if they are related, it was just a thought on my part. Kenneth Thanks Kenneth, the traceback you posted applies to the second problem and I understand that. I am scratching my head on why that traceback would also apply to the first problem. Massimo On Nov 18, 7:09 am, Ke

[web2py] Re: Upgrade problem

2010-11-18 Thread mdipierro
Thanks Kenneth, the traceback you posted applies to the second problem and I understand that. I am scratching my head on why that traceback would also apply to the first problem. Massimo On Nov 18, 7:09 am, Kenneth Lundström wrote: > - unpacked the source package > - did a chown apache:web2py o

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
- unpacked the source package - did a chown apache:web2py on all files - login in to admin - write the name of the new application and press create - get the unable to create application "test" Upgrade problem, the same, but - select upgrade - press YES - get the error ticket I don´t know what e

[web2py] Re: Upgrade problem

2010-11-18 Thread mdipierro
I see the problem but I do not understand why you have it. This should manifest itself when you upgrade, not when you create a new app. Can you list steps to reproduce the problem? I am close to fixing it... On Nov 17, 3:31 pm, Kenneth Lundström wrote: > I tried to upgrade version 1.89.1 to 1.89

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
Apache, mod_wsgi, Linux, MySQL, source Kenneth what is you configuration (source/binary, apache/rocket)? On Nov 18, 6:35 am, Kenneth Lundström wrote: The Upgrade problem I can t test of course but now I manually upgraded to 1.89.3 and still have the problem with creating a new application.

[web2py] Re: Upgrade problem

2010-11-18 Thread mdipierro
what is you configuration (source/binary, apache/rocket)? On Nov 18, 6:35 am, Kenneth Lundström wrote: > The Upgrade problem I can t test of course but now I manually upgraded > to 1.89.3 and still have the problem with creating a new application. > > Kenneth > > > I do not have enough informatio

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
The Upgrade problem I can´t test of course but now I manually upgraded to 1.89.3 and still have the problem with creating a new application. Kenneth I do not have enough information to debug this. I suggest get 1.89.3 and see if you still have the problem, then I will suggest a test. Massimo

[web2py] Re: Upgrade problem

2010-11-18 Thread mdipierro
I do not have enough information to debug this. I suggest get 1.89.3 and see if you still have the problem, then I will suggest a test. Massimo On Nov 18, 6:06 am, Kenneth Lundström wrote: > What can I do to fix this? What kind of path issue is this? > > Kenneth > > > hmmm. I can make the error

Re: [web2py] Re: Upgrade problem

2010-11-18 Thread Kenneth Lundström
What can I do to fix this? What kind of path issue is this? Kenneth hmmm. I can make the error go away but this is a path issue On Nov 17, 3:31 pm, Kenneth Lundström wrote: I tried to upgrade version 1.89.1 to 1.89.3. I got the following error. I m running Linux, Apache and mod_wsgi. Is thi

[web2py] Re: Upgrade problem

2010-11-17 Thread mdipierro
hmmm. I can make the error go away but this is a path issue On Nov 17, 3:31 pm, Kenneth Lundström wrote: > I tried to upgrade version 1.89.1 to 1.89.3. I got the following error. > > I m running Linux, Apache and mod_wsgi. Is this too an file permission > problem. I still can t create a new appli