[Solved]: Coppermine with PHP Version 5.2.0-8+etch11 install.php not working [Solved]: Coppermine with PHP Version 5.2.0-8+etch11 install.php not working
 

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

[Solved]: Coppermine with PHP Version 5.2.0-8+etch11 install.php not working

Started by elamberton, May 28, 2008, 05:37:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

elamberton

I have a server at home running Debian etch11 with Apache2, MySQL 5 and PHP 5.2 on an AMD 64 processor. This is where I have installed the coppermine php scripts.

I have tested that PHP is being handled correctly by creating a "hello world" php page in the coppermine directory. It shows the results of phpinfo() appropriately.

When I attempt to open the install.php page, I am prompted with a download instead of the install page.

Please advise what may be causing this behavior as PHP seems to be working but the install.php does not.

elamberton

I have resolved the issue. I did not have the GD graphics library installed on the server. Once I installed GD, the install page would render. It would have been nice if the install script would have alerted me (on the page or in a log) to the missing dependency rather than not render.

Nibbler

Not sure why that would be the problem. Coppermine can run just fine without GD.