Page 1 of 1

phpMyAdmin - Error

PostPosted: 23. December 2008 03:17
by trishah
I'm new to all this.

When I try to access phpMyAdmin from http://localhost/ I get this error:

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

I've read through suggestions here: The apache error log says:
[Mon Dec 22 19:47:02 2008] [error] [client 127.0.0.1] PHP Warning: Variable passed to each() is not an array or object in E:\\xampp\\htdocs\\xampp\\head.php on line 27, referer: http://127.0.0.1/xampp/


Also, when I go to: http://localhost/security/index.php I get this unsecure warning:

XAMPP SECURITY [Security Check 1.0]
(Requests allowed from localhost only)

This page gives you a quick overview about the security status of your XAMPP installation. (Please continue reading after the table.)
These XAMPP pages are accessible by network for everyone UNSECURE
Every XAMPP demo page you are right now looking at is accessible for everyone over network. Everyone who knows your IP address can see these pages.

There is nothing under this warning. No input boxes. So there is nothing I can change on this page.

Image

PHP is working bc I can now view php docs in my WeBuilder Editor.

Re: phpMyAdmin - Error

PostPosted: 23. December 2008 03:30
by Wiedmann
Cannot load mysql extension. Please check your PHP configuration.

Your PHP is using a wrong "php.ini", not "\xampp\apache\bin\php.ini". (check with phpinfo())

Re: phpMyAdmin - Error

PostPosted: 23. December 2008 06:44
by trishah
Newbie here...

How do I (check with phpinfo()) ?

Re: phpMyAdmin - Error

PostPosted: 23. December 2008 12:27
by Wiedmann
How do I (check with phpinfo()) ?

Request the file "http://localhost/xampp/phpinfo.php" with your browser.

Re: phpMyAdmin - Error

PostPosted: 23. December 2008 20:38
by trishah
Huh... It seems to be working now. I have no idea what changed. Thanks for your advise. :D