Warning Message, Joomla 1.5 - Joomla! Forum - community, help and support
before posting this, searched several different pages, couldn't find same, ive had add post.
i using joomla 1.5, , hosting company, hostpapa have updated php 5.4.36, seems causing me problems.
i getting several warnings accross site, directing me date.php. warnings similar, identify different lines on date.php.
the warning follows.
warning:strtotime(): not safe rely on systems timezone settings. required use date.timezone setting or date_default_timezone_set() function. in case used of methods , still getting warning, misspelled timezone identifier. selected timezone 'utc' now, please set date.timezone select timezone in /home/sigru087/public_html/libraries/joomla/utilities/date.php on line 56.
when @ line 56 says.
$this->_date = strtotime(gmdate("m d y h:i:s", time()));
i have no clue do, appreciated.
i using joomla 1.5, , hosting company, hostpapa have updated php 5.4.36, seems causing me problems.
i getting several warnings accross site, directing me date.php. warnings similar, identify different lines on date.php.
the warning follows.
warning:strtotime(): not safe rely on systems timezone settings. required use date.timezone setting or date_default_timezone_set() function. in case used of methods , still getting warning, misspelled timezone identifier. selected timezone 'utc' now, please set date.timezone select timezone in /home/sigru087/public_html/libraries/joomla/utilities/date.php on line 56.
when @ line 56 says.
$this->_date = strtotime(gmdate("m d y h:i:s", time()));
i have no clue do, appreciated.
you need turn off error reporting global configuration - server or adjust error_reporting setting of php ignore non-fatal warnings , notices.
there several ways filter notices, warnings, strict standards , deprecated messages. here 2 tutorials:
https://www.gavick.com/documentation/un ... tic-method
http://www.inmotionhosting.com/support/ ... ndards-fix
there several ways filter notices, warnings, strict standards , deprecated messages. here 2 tutorials:
https://www.gavick.com/documentation/un ... tic-method
http://www.inmotionhosting.com/support/ ... ndards-fix
Comments
Post a Comment