PDA

View Full Version : PHPMyAdmin is confused.



Reinboom
2008-12-07, 12:16 AM
I have a question for you webdevelopers/PHP/MySQL users out there...
Well, I just had a fight with PHP (due to the latest update and me forgetting to pay attention to version number), apache, and MySQL.
That fight, should, be over.

Now, the most curious thing is occurring with PhpMyAdmin on this computer. It loads fine, I can connect to the databases just fine.
However, at the base of the page, there is this glaring 'Error' of:

Cannot load mysql extension. Please check your PHP configuration. - Documentation

Noting, I have mysqli extension enabled... that shouldn't be displaying.
Anyone have advice to get rid of that annoying red error? If not, well, it's not... causing any issue but be distracting anyways.

InaVegt
2008-12-07, 05:38 AM
There's only one method I know on the top of my head to get rid of it, and that is to hack the source of PHPMyAdmin to get rid of that error message.

There should be a better way, but I'm not familiar enough with PHPMyAdmin to know what way that is.