coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Foomar on November 11, 2005, 06:32:28 PM

Title: PHP does not have MySQL support enabled
Post by: Foomar on November 11, 2005, 06:32:28 PM
I have read the last post with this same title, and I have gone through and reinstalled both php as well as mysql several times thinking I must have botched something.  I have made sure all the references are in the ini files and that they are all in the command path.  I am sure its something simple but I just can't seem to see it.
Title: Re: PHP does not have MySQL support enabled
Post by: Joachim Müller on November 11, 2005, 06:41:38 PM
try running a mysql test script like the one posted as an example on http://www.php.net/manual/en/ref.mysql.php
Report back
Title: Re: PHP does not have MySQL support enabled
Post by: Nibbler on November 11, 2005, 06:42:48 PM
Check you are setting up mysql and not mysqli
Title: Re: PHP does not have MySQL support enabled
Post by: Foomar on November 11, 2005, 07:07:43 PM
Ugg, after all the problems I found I was supposed to uncomment php_mysql.dll in the php.ini  After uncommenting it finished the install.
Title: Re: PHP does not have MySQL support enabled
Post by: savabore on January 12, 2006, 06:30:43 AM
I was having the same issue, but I know I'm using MySQLi for sure. I'm just not exactly sure how to bridge it. I'm gonna research it at with the MySQL site where I should be dealing with this, but if you happen to know off hand that would save me some time. Or will your product not support MySQLi at all???
Title: Re: PHP does not have MySQL support enabled
Post by: Joachim Müller on January 12, 2006, 08:34:34 AM
Quote from: Nibbler on November 11, 2005, 06:42:48 PM
Check you are setting up mysql and not mysqli
Coppermine only works with mysql and not with mysqli as Nibbler suggested above. Please read the thread before replying to it.