Hello,
I'm trying to figure out what I'm doing wrong... I'm testing a future version of my site's contact page. If I enter the correct captcha (case sensitive), the form is send and transfers to my success page, no problem. If I do not enter the right code or forget to capitalize the letters, I am not directed to my error page, I get directed to a page with the following code like message:
"Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/bjxxfdsc/public_html/testing/contact-us.php on line 11
Warning: file_get_contents(http://www.bigpawservices.com/404.php) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/bjxxfdsc/public_html/testing/contact-us.php on line 11"
what I'm I forgetting to do? Without the captcha box, there are no issues.
This is the link to my test contact page: www.bigpawservices.com/testing/contact-us.php and this is the link to the error page: www.bigpawservices.com/404.php
Does this have anything to do with my .htaccess code? I haven;t changed it ever since I made the site it's still "ErrorDocument 404 /404.php"
One other thing I noticed: I set name, email, and number constraints but I noticed that even if I do not fill in those fields, the form is still sent successfully. Again, what am I forgetting? It used to do it on the current live site found in my signature below. It doesn't do that now...
Much appreciated for any help.
I'm trying to figure out what I'm doing wrong... I'm testing a future version of my site's contact page. If I enter the correct captcha (case sensitive), the form is send and transfers to my success page, no problem. If I do not enter the right code or forget to capitalize the letters, I am not directed to my error page, I get directed to a page with the following code like message:
"Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/bjxxfdsc/public_html/testing/contact-us.php on line 11
Warning: file_get_contents(http://www.bigpawservices.com/404.php) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/bjxxfdsc/public_html/testing/contact-us.php on line 11"
what I'm I forgetting to do? Without the captcha box, there are no issues.
This is the link to my test contact page: www.bigpawservices.com/testing/contact-us.php and this is the link to the error page: www.bigpawservices.com/404.php
Does this have anything to do with my .htaccess code? I haven;t changed it ever since I made the site it's still "ErrorDocument 404 /404.php"
One other thing I noticed: I set name, email, and number constraints but I noticed that even if I do not fill in those fields, the form is still sent successfully. Again, what am I forgetting? It used to do it on the current live site found in my signature below. It doesn't do that now...
Much appreciated for any help.
Comment