[web2py] Re: can't create new app

2011-02-21 Thread Massimo Di Pierro
No problem, this helps debugging. ;-) On Feb 21, 10:09 am, Bruno Rocha wrote: > 2011/2/21 Massimo Di Pierro > > > this bug was in trunk for no more than 2 minutes. You really got > > unlucky! > > Thanks Massimo, I think I am the only mad that runs trunk updated in > production sites, but I thing

Re: [web2py] Re: can't create new app

2011-02-21 Thread Bruno Rocha
2011/2/21 Massimo Di Pierro > this bug was in trunk for no more than 2 minutes. You really got > unlucky! Thanks Massimo, I think I am the only mad that runs trunk updated in production sites, but I thing it is very more easy to run 'hg pull|update' directly in the running server, and it helps

[web2py] Re: can't create new app

2011-02-21 Thread Massimo Di Pierro
this bug was in trunk for no more than 2 minutes. You really got unlucky! On Feb 20, 10:38 pm, Bruno Rocha wrote: > Same problem here, but running latest trunk, cant create new app from admin > form. > >   File "/home/rochacbruno/Dropbox/WP/animalsystem/web2py/gluon/html.py", > line 560, in __ini

[web2py] Re: can't create new app

2011-02-20 Thread Christopher Steel
You can still install apps via ssh. If you really want to use the Web2py web interface you can (but you must secure it behind https and you may want to use port forwarding as well). This "issue" is considered by some to be a "security feature". If you really want the ability to administer your Web

Re: [web2py] Re: can't create new app

2011-02-20 Thread Bruno Rocha
Same problem here, but running latest trunk, cant create new app from admin form. File "/home/rochacbruno/Dropbox/WP/animalsystem/web2py/gluon/html.py", line 560, in __init__ self._postprocessing() File "/home/rochacbruno/Dropbox/WP/animalsystem/web2py/gluon/html.py", line 1509, in _post

[web2py] Re: can't create new app

2011-02-20 Thread Carlos
Maybe the following can help?: https://groups.google.com/forum/?fromgroups#!searchin/web2py/unable$20to$20create$20app/web2py/umPWQ7-xZsk/7RPy9zS3uNEJ Carlos

[web2py] Re: can't create new app

2011-02-20 Thread LightOfMooN
Yes, it's in 1.92 On 20 фев, 17:49, Marin Pranjic wrote: > p.s. i have the same problem, permissions are set, apps cannot be created > im using latest stable version > > On Sun, Feb 20, 2011 at 12:22 PM, Marin Pranjic > wrote: > > > > > > > > > If you used script to install, then your web2py fol

[web2py] Re: can't create new app

2011-02-20 Thread LightOfMooN
I used setup-web2py-ubuntu.sh web2py folder is /home/www-data/web2py And I checked, www-data has all permission on web2py folder (R W X) On 20 фев, 16:22, Marin Pranjic wrote: > If you used script to install, then your web2py folder is /var/web2py and > user is www-data > run this as root: > chow

Re: [web2py] Re: can't create new app

2011-02-20 Thread Marin Pranjic
p.s. i have the same problem, permissions are set, apps cannot be created im using latest stable version On Sun, Feb 20, 2011 at 12:22 PM, Marin Pranjic wrote: > If you used script to install, then your web2py folder is /var/web2py and > user is www-data > run this as root: > chown -R www-data:ww

Re: [web2py] Re: can't create new app

2011-02-20 Thread Marin Pranjic
If you used script to install, then your web2py folder is /var/web2py and user is www-data run this as root: chown -R www-data:www-data /var/web2py then permissions will be set On Sun, Feb 20, 2011 at 9:45 AM, LightOfMooN wrote: > I increased memory to 512mb from 256, so now I have about 80mb m

[web2py] Re: can't create new app

2011-02-20 Thread LightOfMooN
And if I try to install welcom from welcom.w2p, it's rises flash message: unable to install application "welcom"

[web2py] Re: can't create new app

2011-02-20 Thread LightOfMooN
In web2py admin I'v uninstalled welcom app. But in web2py folder I have welcom.w2p On 20 фев, 15:16, Vasile Ermicioi wrote: > check if you have welcome.w2p in web2py folder, it is used as base for new > applications

Re: [web2py] Re: can't create new app

2011-02-20 Thread Vasile Ermicioi
check if you have welcome.w2p in web2py folder, it is used as base for new applications

[web2py] Re: can't create new app

2011-02-20 Thread LightOfMooN
I increased memory to 512mb from 256, so now I have about 80mb memory free. But problem not disappeared. I have 2 apps created since 1.91.6. But now can't create new app. And, ofc I connect through the admin interface. But I don't know about access permissions of web2py, because I'm bad in VDS adm

[web2py] Re: can't create new app

2011-02-20 Thread cjrh
On Feb 20, 9:21 am, LightOfMooN wrote: > On local machine all works fine. This implies that the problem is on a different machine. Do you connect to the remote machine through the admin interface through your browser? Does the web server process that launches web2py have write access to the we

[web2py] Re: can't create new app

2011-02-19 Thread LightOfMooN
How much memory needs web2py? On 20 фев, 12:21, LightOfMooN wrote: > Hello. > I try to create new app, but even name I get it, it's always rises > message: > unable to create application "hello" (it may exist already) > And app doesn't been created. > In app wizard the same problem on step 6. > >