Installation error with version 1.4.1.16 Installation error with version 1.4.1.16
 

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

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