The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Time Zone line 400 error form tools - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Time Zone line 400 error form tools (/showthread.php?tid=19596) |
Time Zone line 400 error form tools - mjapple - Jan 10th, 2017 Dear Members Please help for this error for the form , I just installed the formtools seems a nice and handy tool I d like to check for these error which is all over my form I tried 30 min of googling, and modifying the time parameters in setting and in htacess and php.ini in formtools directory could not get the error solved. Please help if it is within your knowledge Warning: strftime(): 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 /****/******/****/global/smarty/Smarty_Compiler.class.php on line 400 RE: Time Zone line 400 error form tools - dimitrak - Mar 6th, 2017 You need to edit your php.ini file. First go here and read this : http://www.inmotionhosting.com/support/website/php/setting-the-timezone-for-php-in-the-phpini-file. It goes the same for MAMP, XAMMP, AMPPS (that i have) Then uncomment line : Code: ;date.timezone = to Code: date.timezone = WORKED FOR ME!!! Forgot to mention that you have to add your Timezone apart from uncommenting and that even though it's not required to restart Apache, do so. Just in case. |