PHP does not have MySQL support enabled PHP does not have MySQL support enabled
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

PHP does not have MySQL support enabled

Started by murphy2, October 22, 2005, 10:54:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

murphy2

Hi
I get the message "PHP does not have MySQL support enabled". I have php 5.0.3 and on running phpinfo, SQLite shows. phpmyadmin works fine. I have contacted my  server techie people and they told me
"You need to create a php.ini file in /etc/httpd/conf/

And add these two lines:
Code:
extension_dir = /opt/php-5.0/lib/modules
extension=mysqli.so
Then type: updatewebserver "
I have done this, but I still get the error message.
Any thoughts?

kegobeer

MySQLi is not MySQL.  You must compile PHP with MySQL support.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Aikidoka

If you want to use mysqli you will need to redo all the calls in coppermine to be their mysqli equivalent.  It's a little time consuming, but not impossible.