Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Commenting Pictures  (Read 2393 times)

0 Members and 1 Guest are viewing this topic.

trustingfate

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Commenting Pictures
« on: April 10, 2013, 09:23:15 am »

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
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Commenting Pictures
« Reply #1 on: April 10, 2013, 10:27:45 am »

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.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.