coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: lpaparel on February 05, 2008, 09:01:07 PM

Title: Installation error with version 1.4.1.16
Post by: lpaparel on February 05, 2008, 09:01:07 PM
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?
Title: Re: Installation error with version 1.4.1.16
Post by: Nibbler on February 05, 2008, 09:04:56 PM
Yeah. It's not a matter of changing from mysqli to mysql since you can use both at the same time.
Title: Re: Installation error with version 1.4.1.16
Post by: lpaparel on February 05, 2008, 09:25:43 PM
He tells me that it's a complicated process to set up php to use both.  What's involved?
Title: Re: Installation error with version 1.4.1.16
Post by: Nibbler on February 06, 2008, 10:35:37 AM
Might be complicated on SunOS I suppose. You could try using http://code.google.com/p/mysql2i/