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
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.
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
You don't have MySQL support in that PHP build. Mandatory.
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!
See if your distro has a php-mysql package available.
Hey,
That did it... php5-mysql was the package. Works like a charm now!
Many thanks!