MyBB Community Forums

Full Version: Installer doesn't detect DB engines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed MySQL, SQLite 3, and PgSQL, but the installer doesn't detect any of them.

$ uname -a
Linux localhost 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Did you install php modules for MySQL, sqlite3 and pgsql ?
create a phpinfo() page and verify that
(2020-10-08, 05:50 PM)Hyperboid Wrote: [ -> ]I have installed MySQL, SQLite 3, and PgSQL, but the installer doesn't detect any of them.

$ uname -a
Linux localhost 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

From what I see you name linux and some commands like $ uname -which makes me think you are using a vps or a cloud, the question is, did you install it, but did you restart it? every time you install an add-on you must restart lamp or whatever you are using.