MyBB Community Forums

Full Version: Error in writing to database after conversion to SQLite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am able to view my board perfectly with the sqlite3 database,

I have chmod my sqlite 3 database to 777 but even after that I get errors like so, when I try to create a new thread:

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    - 
Query:
    SQLSTATE[23000]: Integrity constraint violation: 19 mybb_threads.closed may not be NULL

I changed config.php to point to my sqlite database and also changed the database backend in config.php to sqlite.

the installation is on a local machine, so I am unable to post a URL.
Seems like a weird issue..