MyBB Community Forums

Full Version: installation with sql fails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am getting this when installing:

Loading and importing theme and template file...

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 SQL logic error or missing database' in ....

I created sqlite database on my machine and just pasted it into server.

Although the previous 2 steps (create tables and fill tables) have happened, nothing appears to have changed in the database file.

Any suggestions how to overcome this are very very welcome Smile
Does it work if you just put in a database path to a file that doesn't exist?? Say you put the path as http://whatever/your/path/needs/to/be/database.sql even if that file doesn't exist, it should create it, see if it works then. I get an error on my localhost when I specify a database path to a file that already exists, if I put a URL to a file that doesn't exist, it creates it and works fine.