Page 1 of 1

Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 25. February 2021 01:58
by rudytenten
Just did a Fresh install on windows 10 of 8.0.2 / PHP 8.0.2.
All went smoothly.
When i go to myphpadmin i get an error
"The mysqli extension is missing. Please check your PHP configuration. See our documentation for more information."

The extension is there, correct path, not commented out......so help?

Re: Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 25. February 2021 13:10
by gonzalo
Hi rudytenten,

Can you double-check both Apache and MySQL processes are running in the XAMPP control panel?

Re: Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 26. March 2021 20:04
by erica
I am having pretty much the same problem in xampp 8.0.3. In a fresh install, when I click the phpMyAdmin tab in the welcome dashboard, I get the message:

Your Composer dependencies require the following PHP extensions to be installed: mysqli, openssl

I have edited php.ini to uncomment the lines:

extension=mysqli
extension=openssl

In case it's relevant, I installed xampp in D:\xampp8. I modified every instance of the path /xampp in httpd.conf and httpd.xampp.conf to be D:/xampp8

Re: Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 26. March 2021 21:24
by Altrea
Hi Erica,

Did you use the installer or any of the zipped versions of xampp?
Did you try to run the setup_xampp.bat script to adjust the paths?

Re: Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 27. March 2021 03:40
by erica
@altrea I used the installer to install xampp, and I just ran xampp_shell.bat, but I'm still getting the same message about mysqli and openssh.

Re: Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 27. March 2021 03:43
by erica
Actually, setup_xampp.bat failed on Test php. I'll try to figure out why.

Re: Need help Fresh install on win10 of 8.0.2 / PHP 8.0.2.

PostPosted: 27. March 2021 04:04
by erica
I just missed a couple places where I needed to change the path in php.ini. Thanks for your help.