Installation error with version 1.4.1.16 Installation error with version 1.4.1.16
 

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

Installation error with version 1.4.1.16

Started by lpaparel, February 05, 2008, 09:01:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lpaparel

I am experiencing a problem installing coppermine ver. 1.4.1.16. 
The error message is "PHP does not have MySQL support enabled."  I traced this to be related to this statement in install.php
if (!function_exists('mysql_connect'))

The server i am trying to install is on is a SunOS and has php (5.2.1) and MYSQL version 5.0.37 .

This server supports mysqli only, and is not configured for mysql functions.   I've spoken with the administrator and he will not change it to mysql.

Does this mean that I will not be able to install coppermine on this server?

Nibbler

Yeah. It's not a matter of changing from mysqli to mysql since you can use both at the same time.

lpaparel

He tells me that it's a complicated process to set up php to use both.  What's involved?

Nibbler