Unable to open the database could mean: - The database does not exists. - The credentials to access the database are wrong. - Theres not read/write access to the file. - The database is corrupted.
If you get the full trace stack there may be more information to know which one is the problem. I would advice to run your app using a debugger or logging the errors to get the information. Also have in mind that the folder "applications/<appname>/databases" does not contain the database file but migrations information which might be the problem here. The DAL definition might be pointing to the wrong location. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

