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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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!