I incorporated CAPTCHA on a email us form on my site and the form itself tests perfectly, the CAPTCHA renders a new image when clicked upon, and if I submit the form having entered the CAPTCHA, it processes perfectly.
However if I submit the form without or incorrectly having entered the CAPTCHA I encounter the following error:
"Warning: file_get_contents() [function.file-get-contents]:
URL file-access is disabled in the server configuration in
/home/opdsdyse/public_html/test2.php on line 11
Warning: file_get_contents(http://www.lightthefireministries.org.za/error.html)
[function.file-get-contents]: failed to open stream:
no suitable wrapper could be found in /home/opdsdyse/public_html/test2.php on line 11"
This is the link to the page in question:
I have tested it both in Chrome 12 and IE9, with the same result.
Please help.
However if I submit the form without or incorrectly having entered the CAPTCHA I encounter the following error:
"Warning: file_get_contents() [function.file-get-contents]:
URL file-access is disabled in the server configuration in
/home/opdsdyse/public_html/test2.php on line 11
Warning: file_get_contents(http://www.lightthefireministries.org.za/error.html)
[function.file-get-contents]: failed to open stream:
no suitable wrapper could be found in /home/opdsdyse/public_html/test2.php on line 11"
This is the link to the page in question:
I have tested it both in Chrome 12 and IE9, with the same result.
Please help.
Comment