[web2py] Re: Error acessing Database Administration

2011-02-03 Thread Mrekko
First of all, thank you for your quick response. I already figure it out. That database was generated by the export to web2py tool from the online database design. I made a new one by my hand without the online tool following your tip and it worked! Thanks again and congratulations for your work!

[web2py] Re: Error acessing Database Administration

2011-02-02 Thread Massimo Di Pierro
Can you show the complete traceback? You have some errors here (and following lines) which may be causing it db.Consultorio.id_Utilizador.requires=IS_IN_DB(db, 'Utilizador.id','Utilizador.nome','Utilizador.password','Utilizador.email') You are passing wrong types for the 4th and 5th arguments.