Page 1 of 1

ERROR phpMyAdmin with new 7.2.6 version

PostPosted: 25. June 2018 12:17
by InsiteFX
When I now click on phpMyAdmin it no longer runs!

Error: The MySQLi extension is missing.

If I run php info it says it's installed?

Something to do with the new dynamic modules?

Thank you

Re: ERROR phpMyAdmin with new 7.2.6 version

PostPosted: 25. June 2018 13:23
by InsiteFX
UPDATE:

xampp version 7.2.5 works fine!

xampp version 7,2,6 errors on both zip and installer...

Re: ERROR phpMyAdmin with new 7.2.6 version

PostPosted: 25. June 2018 15:11
by InsiteFX
UPDATE:

The problem seems to be using the VHOSTS if I change localhost to the vhost name it then runs.

works like this http://ci3fm.local/phpMyAdmin/

but it will not run using http://localhost/phpMyAdmin/

This means that you would need to specify each and every vhost for phpMyAdmin to run...

Re: ERROR phpMyAdmin with new 7.2.6 version [SOLVED]

PostPosted: 26. June 2018 15:13
by InsiteFX
Some how the path got changed in MySQLi my.ini

Changed back to xampp path and all is well.

Thank you