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 carrjam1981, November 28, 2005, 12:48:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

carrjam1981

During the installation he appears to me this

PHP does not have MySQL support enabled.  ???????????


Zanks

Tranz

Does PHP have mysql support enabled? If you don't know, you have to ask your webhost.

DJMaze

1. Downgrade to PHP 4.3.10 or 4.4.x

2. Fix the php.ini of PHP 5.x
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Nibbler

It's not a PHP5 issue, you just need to enable mysql support.

DJMaze

php4.ini
Quote
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.

php5.ini
Quote
;extension=php_mysql.dll or .so
;extension=php_mysqli.dll or .so

I could be wrong though and someone messed with the compiler on POSIX (linux, unix, etc.) to exclude mysql
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Joachim Müller

@carrjam1981: if this doesn't mean anything to you, do as TranzNDance suggested in the first place: ask your webhost for support - find out if you actually have mySQL (minimum requirement for coppermine). If you don't have it, you can't use coppermine, sorry.

donnoman

just a quick reminder and FYI, Coppermine uses the traditional php_mysql.dll or so, it does NOT use php_mysqlI.  It doesn't hurt if php_mysqli is loaded, but it doesn't help either.