coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: Aliza on December 06, 2009, 03:01:05 AM

Title: Deprecated function
Post by: Aliza on December 06, 2009, 03:01:05 AM
I am installing 1.4.25 newly and I have uploaded all files and correctly chmodded the appropriate directories. Install.php is here: http://www.stillbelieving.net/gallery2/install.php

It gives me this error: 500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.

My host says this is the error he gets http://justindaigle.com/files/scr/191cb68a.png

What now?
Title: Re: Deprecated function
Post by: Justin Daigle on December 06, 2009, 03:09:19 AM
Yes. It seems that the version of Coppermine that she is using is calling a function that has been deprecated.
I should add to the information that she gave you that the server is using PHP version 5.3.0.
Title: Re: Deprecated function
Post by: heavensportal on December 06, 2009, 05:49:40 AM
have you tried opening your gallery zip again and overwriting the install file on ther server with a new one?
Title: Re: Deprecated function
Post by: Nibbler on December 06, 2009, 03:10:23 PM
Comment out that line and try again. It's only a notice however, so it's probably not the reason for the 500. Check the server error log.
Title: Re: Deprecated function
Post by: Aliza on December 06, 2009, 04:45:30 PM
Quote from: Nibbler on December 06, 2009, 03:10:23 PM
Comment out that line and try again. It's only a notice however, so it's probably not the reason for the 500. Check the server error log.

Worked. But why?
Title: Re: Deprecated function
Post by: Joachim Müller on December 06, 2009, 08:42:16 PM
Quote from: Aliza on December 06, 2009, 04:45:30 PMWorked.
Fine.

Quote from: Aliza on December 06, 2009, 04:45:30 PMBut why?
Do as suggested:
Quote from: Nibbler on December 06, 2009, 03:10:23 PMCheck the server error log.
to find that out.