Re: [web2py] Re: Relation "table" does not exist

2015-09-14 Thread Ovidio Marinho
The DAL uses the sql dialect to communicate with the database from this folder . As yet there are no data you can delete these archive that will be generated again thus entering the application admin . In case there in question there is no data in the database then you can delete if you have data t

[web2py] Re: Relation "table" does not exist

2015-09-14 Thread Anthony
What happens if you delete the relevant *.table files in the /databases folder and then turn on migrations? Does the table not get created for you? On Monday, September 14, 2015 at 9:19:07 AM UTC-4, Gael Princivalle wrote: > > Using phpPgAdmin I can see that the table in question does not exist.

Re: [web2py] Re: Relation "table" does not exist

2015-09-14 Thread Ovidio Marinho
delete all tables in web2py/applications/name_application/databases and recriate tables , look is import psycopg2 in db.py ex.: import psycopg2 db = DAL('postgres://instance_postgres:user@localhost:5432/db_name') [image: http://itjp.net.br]

[web2py] Re: Relation "table" does not exist

2015-09-14 Thread Gael Princivalle
Using phpPgAdmin I can see that the table in question does not exist. I've delete it. Il giorno lunedì 14 settembre 2015 15:11:05 UTC+2, Anthony ha scritto: > > Using external tools, can you confirm whether the table in question > actually does exist in the database? > > On Monday, September 14,

[web2py] Re: Relation "table" does not exist

2015-09-14 Thread Anthony
Using external tools, can you confirm whether the table in question actually does exist in the database? On Monday, September 14, 2015 at 6:56:54 AM UTC-4, Gael Princivalle wrote: > > Hello. > > I've already read about this message error anyway I don't reach to find > the solution. > > Here here