Will this work for phphuke 6.9 and how do I know if my system meets the requirements. Kinda new at this.
write this small php script
<?php
echo phpinfo();
?>
and save it in the root of your web .. call it in the browser ...
look for "save mode" in the output. it should be off , if not youre not in luck ...
to get what graphic library is installed, try the 3 possible values in the coppermine setup: GD1, GD2 or ImageMagiK .. if the library is not installed, you cann n ot make thumbnails ...