Posted by Paulisa at 01:46 on 14th Jan 2010
Hi there,
I have a problem with the comment submission area. I don't have an image in the captcha box.
Can someone help with this?
Thank you
Captcha problem
Posted by Egg at 11:07 on 22nd Jan 2010
Do you know if you have the GD-library installed? This is required to handle all images. You can check for this by creating a test.php file that contains only: <?php phpinfo(); ?>
Browse to this file and there should be a sub-section GD with a lsit of items starting GD Support, GD Version etc.
Alternatively, you can edit the first line of the file /_lib/global.php from error_reporting(0); to error_reporting(E_ALL);. This will print any error messages to the screen ... obviously change this back when you're done.
This should be the first thing to check.
Reply To This Topic
You must log in or register to reply to this topic.


