Jump to content

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


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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.