[web2py] Re: can't open my database Administration anymore

2012-11-19 Thread Massimo Di Pierro
Somewhere you are redefining db to be a string. Try print db at the top od your controller. On Monday, 19 November 2012 04:44:39 UTC-6, BlueShadow wrote: > > Hi, > I got a big problem I can't use the databaseadministration of my website > anymore. I cecked previous versions and two versions ago

[web2py] Re: can't open my database Administration anymore

2012-11-28 Thread BlueShadow
If I do that I get the following: in the console. On Monday, November 19, 2012 2:07:05 PM UTC+1, Massimo Di Pierro wrote: > > Somewhere you are redefining db to be a string. Try print db at the top od > your controller. > > On Monday, 19 November 2012 04:44:39 UTC-6, BlueShadow wrote: >> >> Hi,

[web2py] Re: can't open my database Administration anymore

2012-11-28 Thread Massimo Di Pierro
As i said before... somewhere in one of your model files you re-define the variable db as a string. On Wednesday, 28 November 2012 05:32:30 UTC-6, BlueShadow wrote: > > If I do that I get the following: > > in the console. > and I can open all other sites which are in the default controler. and

[web2py] Re: can't open my database Administration anymore

2012-11-28 Thread BlueShadow
well I just checked your theorie using kdiff to compare the model and the controler folders of a working and an non working version they are identical. the views changed quite a bit. the css changed some images. thats why I got no clue why it's not working On Wednesday, November 28, 2012 8:24:

[web2py] Re: can't open my database Administration anymore

2012-11-28 Thread Massimo Di Pierro
create a model called zzz.py (so it gets executed last) and in it put: print db, type(db) now call your appadmin or any action. What does it print? On Wednesday, 28 November 2012 13:41:01 UTC-6, BlueShadow wrote: > > well I just checked your theorie using kdiff to compare the model and the > co

[web2py] Re: can't open my database Administration anymore

2012-12-13 Thread BlueShadow
for some reason some of the posts here are missing. Well I figured it out. The Problem was that I declared a variable twice in the layout.html once for the right and once for the left sidebar. which was no problem when viewing the website but when I opened the Databaseadministration the errow po