Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
My Captcha image is not loading
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- My Captcha image is not loading
My Captcha image is not loading
24-08-2010 4:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I need some help, my website feedback form has a captcha image to stop spam.. the form works but but the captcha image is not loading thereby preventing anyone from entering a valid code to submit.. see here - http://ccgi.cookuk.plus.com/astro/add_feedback.php
Im using the php_self function in my form using the POST method.
Here is the line of code for the captcha part of the form...
print "<td width=80>Security Code:</td>";
print "<td width=470><img src=CaptchaSecurityImages.php> <input id=security_code name=security_code type=text /></td>";
CaptchaSecurityImages.php is in the same directory as this form page. As well as the monofont.ttf file.
I've even tried changing the permissions of these files to 777 (read, write, execute on all levels). Still the image does not load.
Any advice or more info needed?
thanks
Matt
Im using the php_self function in my form using the POST method.
Here is the line of code for the captcha part of the form...
print "<td width=80>Security Code:</td>";
print "<td width=470><img src=CaptchaSecurityImages.php> <input id=security_code name=security_code type=text /></td>";
CaptchaSecurityImages.php is in the same directory as this form page. As well as the monofont.ttf file.
I've even tried changing the permissions of these files to 777 (read, write, execute on all levels). Still the image does not load.
Any advice or more info needed?
thanks
Matt
Message 1 of 2
(1,062 Views)
1 REPLY 1
Re: My Captcha image is not loading
25-08-2010 8:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Looks like a 500 error. Check out the faq, particularly sections 6 and 8. Perhaps check the setup with a simple phpinfo() script, just to be sure.
Gabe
Gabe
Message 2 of 2
(238 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- My Captcha image is not loading