Rottingham Posted February 19, 2007 Share Posted February 19, 2007 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! Quote Link to comment https://forums.phpfreaks.com/topic/39127-class-mysqli-not-found-in-pathfile-win-xp-apache-2-php-5-mysql-5/ Share on other sites More sharing options...
fenway Posted February 19, 2007 Share Posted February 19, 2007 I believe there are some stickies on the PHP help forum that address this issue... Quote Link to comment https://forums.phpfreaks.com/topic/39127-class-mysqli-not-found-in-pathfile-win-xp-apache-2-php-5-mysql-5/#findComment-188519 Share on other sites More sharing options...
Rottingham Posted February 19, 2007 Author Share Posted February 19, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/39127-class-mysqli-not-found-in-pathfile-win-xp-apache-2-php-5-mysql-5/#findComment-188700 Share on other sites More sharing options...
fenway Posted February 19, 2007 Share Posted February 19, 2007 Hmm... I'll try and dig it up too. Quote Link to comment https://forums.phpfreaks.com/topic/39127-class-mysqli-not-found-in-pathfile-win-xp-apache-2-php-5-mysql-5/#findComment-188751 Share on other sites More sharing options...
wildteen88 Posted February 19, 2007 Share Posted February 19, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/39127-class-mysqli-not-found-in-pathfile-win-xp-apache-2-php-5-mysql-5/#findComment-188776 Share on other sites More sharing options...
fenway Posted February 19, 2007 Share Posted February 19, 2007 I knew sooner or later wildteen88 would come to the rescue! Quote Link to comment https://forums.phpfreaks.com/topic/39127-class-mysqli-not-found-in-pathfile-win-xp-apache-2-php-5-mysql-5/#findComment-188780 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.