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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.