MyBB Community Forums

Full Version: Installer doesn't find sqlite3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to install mybb 1.6.5. When I get to the Requirements Check page, the "Supported DB Extensions" says "None" even though sqlite3 version 3.6.20 is installed. All of the other requirements are ok.

How do I troubleshoot this?

The installation environment is an Amazon Web Services linux image. The php version is 5.3.6.

Thanks,

Eric
You need the php-sqlite extension: http://www.php.net/sqlite
I couldn't find php-sqlite.

I solved the problem by installing php-pdo.i686 and then restarting the http server.

I encountered another problem during the Table Creation step. I'm going to post it in a new thread.