All pages blank after apache/php upgrade All pages blank after apache/php upgrade
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

All pages blank after apache/php upgrade

Started by galilrage, June 01, 2007, 12:22:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

galilrage

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

Nibbler

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.

galilrage


Nibbler

You don't have MySQL support in that PHP build. Mandatory.

galilrage

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!

Nibbler

See if your distro has a php-mysql package available.

galilrage

Hey,

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

Many thanks!