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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.