I installed v5.2.0M so I'm going to guess that means it's the MySQL version?
I do see that there's a database name & database user set up (both named my "website_luxc354") so I'd imagine it got at least part of the way. Unfortunately I don't see anything in cPanel that says something about enabling database drivers. However, I do have ssh access to the web host so perhaps there's a command(s) I could issue to verify and/or enable it?
I did run across this command (ignore the pound sign; apparently my hosting service enjoys tormenting me):
[~]# php -m | grep -i pdo
PDO
PDO_ODBC
pdo_pgsql
pdo_sqlite
[~]#
So if I'm not making too many assumptions the version I've installed via cPanel/Softaculous is the MySQL version but the web host provider doesn't have the MySQL PDO enabled but does have the SQLite one? Or perhaps there's a command that I can use to enable it (although it's an unprivileged account with no sudo access so I'm gonna guess the answer is "no" to that).
Also, is there a particular version of PHP I should enable? That I'm able to change on the fly.
If that's the case then I guess I can request the pdo_MySQL to get enabled and proceed from there.
Thanks,
Greg