coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Xoomtell on November 01, 2007, 09:14:45 PM

Title: Upgrading from PHP 5.0.2 to 5.2.4. did make Coppermine to not work....
Post by: Xoomtell on November 01, 2007, 09:14:45 PM
Hi

I upgraded PHP today from 5.0.2. to 5.2.4. and suddenly Coppermine does not work anymore.
See for yourself: http://www.okologi.dk/cpg1410/index.php
It tells me:

Quote"This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.

For more information about HTTP errors, see Help."

I messed a lot around to get PHP to work at all, but finally my phpinfo.php did show up and looks fine. Other php-pages on the site works as well.

BUT Coppermine does not work....I´m so sad..... :'(

I have the latest version installed with the update (1.4.13).

Any clues?
I will appreciate any help!

Best regards
Morten
Title: Re: Upgrading from PHP 5.0.2 to 5.2.4. did make Coppermine to not work....
Post by: François Keller on November 01, 2007, 09:25:40 PM
Hi,

I'm using php 5.2.4 on my local install without problems.
Title: Re: Upgrading from PHP 5.0.2 to 5.2.4. did make Coppermine to not work....
Post by: Nibbler on November 02, 2007, 12:44:08 AM
Check the server error log. Self hosting is not recommended.
Title: Re: Upgrading from PHP 5.0.2 to 5.2.4. did make Coppermine to not work....
Post by: Xoomtell on November 02, 2007, 09:39:04 AM
I have not had any problems running CPG on our own webserver before.
I guess the problem is some kind of configuration or setting in both php.ini and some of the cpg files that is different from 5.0.2 to 5.2.4.
Do you know of anything that Coppermine does different in PHP 5.2.4. compared to 5.0.2? AFter having read a lot about php 5.2.x and the major differences between 5.0 and 5.2 I guess there is somewhere in the php.ini or in config.php in cpg that something has to be changed?

Morten
Title: Re: Upgrading from PHP 5.0.2 to 5.2.4. did make Coppermine to not work....
Post by: Joachim Müller on November 02, 2007, 10:13:20 AM
We support Coppermine. We don't provide support for PHP nor for webserver setup. To figure out about the changes from one PHP version to the other, use the changelog on php.net.
Coppermine works fine with PHP5.2, so your question doesn't apply. As Nibbler suggested: review your error log and fix the flaws of your webserver setup (php.ini). As suggested as well: don't run a webserver of your own if you don't know how to maintain it.
We can not help you with this, as this is not a coppermine issue. Seek support from somewhere else. A "500 internal error server" is just what the name suggests: an error of your server. It's not an error of the application.