[web2py] Re: Broken application after upgrade.

2012-03-30 Thread Derek
If you deleted a .table file, fake_migrate will recreate it for you. On Tuesday, March 27, 2012 6:34:58 PM UTC-7, web-dev-m wrote: Just continues trying to connect to any application. The application is still under development. After your suggestion, I dumped my db and deleted everything

[web2py] Re: Broken application after upgrade.

2012-03-27 Thread web-dev-m
No, After much trying to no avail these are the symptoms: All Controllers, Views, Tables show up in AppAdmin. No ability to administrate the DB from AppAdmin. No ability to connect to any application while the affected application is installed. I think somehow my database might have been

[web2py] Re: Broken application after upgrade.

2012-03-27 Thread pbreit
It's weird that one app would affect other apps since usually they are pretty insulated from each other. Deleting .table files can be a problem. Was the app under development and you wouldn't care if you erased the DB? If so (and it's SQLite), you can delete all the files in the database

[web2py] Re: Broken application after upgrade.

2012-03-27 Thread web-dev-m
Just continues trying to connect to any application. The application is still under development. After your suggestion, I dumped my db and deleted everything from the databases folder. It's working now...not sure what exactly happened. On Tuesday, March 27, 2012 4:54:51 PM UTC-5, pbreit

[web2py] Re: Broken application after upgrade.

2012-03-26 Thread Massimo Di Pierro
If this for a specific application? A specific action? On Monday, 26 March 2012 21:00:33 UTC-5, web-dev-m wrote: I am having a strange problem. I just upgraded from 1.99.2 to 1.99.7 (manually by running update-web2py.sh from /scripts as the link was not working in the application). I