phpinfo.php shows no data phpinfo.php shows no data
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

phpinfo.php shows no data

Started by jaynedArcy, December 03, 2006, 08:27:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jaynedArcy

I'm trying to figure out if I need to use GD2 or ImageMagick.  When I went to display my phpinfo.php file, this is the only thing shown:

QuotePHP info
This is the output generated by the PHP-function phpinfo(), displayed within Coppermine (trimming the output at the right side).
Having others see your phpinfo can be a security risk, that's why this page is only visible when you're logged in as admin. You can not post a link to this page for others, they will be denied access.

I have coppermine installed in a subdirectory:

http://www.jaynedarcy.us/coppermine

Can anyone tell me what's going on?

Nibbler

phpinfo() might be disabled on your server. Check the debug output.

donnoman

If a host is paranoid enough to block phpinfo(), it's almost guaranteed they won't let you shell out to imagemagik.  There's very little reason to use imagemagik since GD2 now comes bundled with PHP.

jaynedArcy

Where do I see the debug info?

Are you saying that since GD2 is bundled with PHP I should just use GD2?

Joachim Müller

Yes, try GD2, it should be your first stop. Only if this doesn't work for you (i.e. you don't have GD2), try using ImageMagick. Debug_mode is a config option.

jaynedArcy

Thank you.  This issue is resolved for me now.