Commenting Pictures Commenting Pictures
 

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

Commenting Pictures

Started by trustingfate, April 10, 2013, 09:23:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

trustingfate

When people comment on my pictures it requires a confirmation code, however I have had complaints that the code isn't there so therefore people cannot comment my pictures. How do I fix it so the code shows up? Please help.

My website is trustingfate.sosugary.com

ΑndrĂ©

http://trustingfate.sosugary.com/cpg15x/captcha.php returns a blank page. This probably happens because one or more GD functions don't exist on your gallery setup:
Code (include/captcha.inc.php) Select
         if (!function_exists('imagecreate') || !function_exists('imagejpeg') || ($this->sBackgroundImage != '' && !function_exists('imagecreatetruecolor'))) {
            return false;
         }


Please check if GD is enabled on your server.