coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: galilrage on June 01, 2007, 12:22:59 AM

Title: All pages blank after apache/php upgrade
Post by: galilrage on June 01, 2007, 12:22:59 AM
Hey,

I was running Apache 1.3.37 and php version 4.4.7 and everything was working fine.

I upgraded to Apache 2.2.3 and php version 5.2.1


When running the new config, all coppermine pages come up blank.  phpinfo and plain html work fine, so I belive apache and php are working, just something with coppermine is not.  When I switch back to apache 1.3.37 and php 4.4.7, it all works again.

Does anyone know what might be causing this to  not work with the upgrades?


Thanks
Title: Re: All pages blank after apache/php upgrade
Post by: Nibbler on June 01, 2007, 12:45:51 AM
Coppermine works fine with those versions, so it must be something with your server setup. Make sure you are running the latest version of Coppermine and check your error logs or enable error reporting. Maybe posting a link would help.
Title: Re: All pages blank after apache/php upgrade
Post by: galilrage on June 01, 2007, 01:15:46 AM
I just upgraded to 1.4.10 from 1.4.3, again, works fine in old apache/php, not in new.

http://www.adamandshannan.info/cm/

http://www.adamandshannan.info/phpinfo.php

Title: Re: All pages blank after apache/php upgrade
Post by: Nibbler on June 01, 2007, 01:20:09 AM
You don't have MySQL support in that PHP build. Mandatory.
Title: Re: All pages blank after apache/php upgrade
Post by: galilrage on June 01, 2007, 01:27:39 AM
bah... I suppose that would do it! lol... I just installed it by apt-get, so it was auto compiled... will have to do it manually then I suppose!

Thanks!
Title: Re: All pages blank after apache/php upgrade
Post by: Nibbler on June 01, 2007, 01:32:53 AM
See if your distro has a php-mysql package available.
Title: Re: All pages blank after apache/php upgrade
Post by: galilrage on June 01, 2007, 01:38:21 AM
Hey,

That did it... php5-mysql was the package.   Works like a charm now!

Many thanks!