MyBB Community Forums

Full Version: Supported DB Extensions:
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yes I know this has been asked before, but my situation is a little different.

Self hosting on a Windows 10 Pro machine. Only using IIS, no Apache, PHP 7.4.8. MySQL 5.7.31 PHP mapped in IIS through FastGI.

I have the extensions:
mysql.dll
php_mysql.dll
php_mysqli.dll

all enabled in php.ini.

I am still hitting the Supported DB extensions: None error in setup. What am I missing here? I have restarted both the IIS service and the physical server several times.
Did you uncomment one of them in php.ini?
Yes. All 3 are uncommented.
Do you see the extensions loaded when doing a phpinfo(); ?
(2020-08-30, 12:50 PM)Crazycat Wrote: [ -> ]Do you see the extensions loaded when doing a phpinfo(); ?
Unless I am mistaken yes. Here is the output.
Don't see mbstring...
OK. I added that. Doesn't seem to make a difference...