One of my VH-hosted sites is powerretailing.com, which (to me) seems to be working fine today. I have a partner who handles the emails that come from the contact form on that URL; to test that form he tried filling it out this morning, and when he clicked "Submit" he got the following error message (and NOT the Thank You page that should come up):
Warning: file_get_contents(./error.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/vtrsgwu/public_html/powerretailing/index.php on line 33
He also says he's not receiving any form data at his email address, which is in Form Properties. Based on what I see on line 33 of the page's code, $errorcode = file_get_contents($error_url, I created an error page and put its URL into Form Properties. I also made two of the form's fields required. I also added my address as a mail-to in Form Properties.
Result: When I test the form, I get the thank you page I should and the form data is emailed to me A-OK. But when HE tests it, he gets the error page and NO form data is emailed to him.
FYI, last Friday, based on a Wed 9/14 email from Vodahost, I upgraded to the latest version of BV. The message also said my account had moved to a new server, voda18. Would this switch possibly be part of the problem?
Warning: file_get_contents(./error.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/vtrsgwu/public_html/powerretailing/index.php on line 33
He also says he's not receiving any form data at his email address, which is in Form Properties. Based on what I see on line 33 of the page's code, $errorcode = file_get_contents($error_url, I created an error page and put its URL into Form Properties. I also made two of the form's fields required. I also added my address as a mail-to in Form Properties.
Result: When I test the form, I get the thank you page I should and the form data is emailed to me A-OK. But when HE tests it, he gets the error page and NO form data is emailed to him.
FYI, last Friday, based on a Wed 9/14 email from Vodahost, I upgraded to the latest version of BV. The message also said my account had moved to a new server, voda18. Would this switch possibly be part of the problem?
Comment