Jump to content

Class 'mysqli' not found in path\file Win XP Apache 2 PHP 5 MySQL 5


Rottingham

Recommended Posts

Hello All!

 

My developer box got wiped so I am starting from fresh again. (Lost the last 6 months of development material too!) I have everything back and running, PHP, APACHE, Smarty, MySQL, etc. My last step to being completed is this pesky php_myslqi.dll problem. I am running Apache 2.0.55 though I may go to 2.2.4. I have PHP 5 latest release, and MySQL 5.

 

I can not get rid of this Class 'mysqli' not found error, and I do have

 

extension=php_mysqli.dll enabled, and I do have the file in my PHP dir, Windows, System32 & System just trying to get it working. None of that is helping.

 

Do I need to use an earlier version of PHP to make this work? I am running PHP 5.2.1-WIN32.

 

Thanks for any help! I'm stumped!

Thanks for the help. I think perhaps I am blind. I have checked the PHP Install forum, PHP Help, and can not find something directly related to mysqli. There is a sticky about mysql_connect() not performing, but not my specific question.

 

I'll keep digging. Thanks.

Thanks for the help. I think perhaps I am blind. I have checked the PHP Install forum, PHP Help, and can not find something directly related to mysqli. There is a sticky about mysql_connect() not performing, but not my specific question.

 

I'll keep digging. Thanks.

That sticky can be used for your problem too. Not just php_mysql.dll.

 

If your have enabled the php_mysqli.dll extension in the php.ini and PHP is reporeting the mysqly class doesnt exist, thene the mysql library isnt being loaded. Where does the libmysql.dll file currently located? If its in the php folder, then make sure you move it to C:/WINDOWS too. the MySQL libraries (standard and improved) depend upon this file in order to load up correctly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.