Error and web form page no longer works

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
nexgraphics
 
 
Posts: 7
Joined: Sat Mar 21, 2009 10:19 pm
Location: Los Angeles, CA
Contact:

Error and web form page no longer works

Post by nexgraphics »

Error message on form that I cannot figure out

Hi,

I have a webform on a bunch of clients sites that was working fine, and all of a sudden, clients are getting this message when even going to that page - there is no longer a page anymore, or a form its been replaced by:


Warning: file_get_contents(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/checking/public_html/webform/ValidateWebFormEligibility.php on line 9

Warning: file_get_contents(http://...@msn.com): failed to open stream: Connection timed out in /home/checking/public_html/webform/ValidateWebFormEligibility.php on line 9

Warning: header(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/checking/public_html/webform/ValidateWebFormEligibility.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at /home/checking/public_html/webform/ValidateWebFormEligibility.php:9) in /home/checking/public_html/webform/ValidateWebFormEligibility.php on line 39

Here is one link https://echeckdirect.com/webform/ipexins.php


Help?

Thanks

Lee
Lee Levy
Graphic & Web Designer
Nex Graphics & Web Designs
http://www.nexgraphics.com
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Error and web form page no longer works

Post by Pablo »

This is most likely caused by a change on the server side.

You can add the following code to the start of the page to define a timezone:

Code: Select all

<?php
date_default_timezone_set('America/New_York');
?>
More info:
http://php.net/manual/en/function.date- ... ne-set.php
Post Reply