Help me...Site unnaccessible!

Started by Babadinho, September 23, 2010, 03:21:06 AM

Previous topic - Next topic

Babadinho

Please help..

When i try to access my site, it shows this error.

"Strict Standards :  require_once()  function.require-once ]: It is not  safe to rely on the system's  timezone settings. Please use the  date.timezone setting, the TZ  environment variable 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 'America/ Chicago' for 'CDT/-5.0 /DST' instead  in  /home/donytex/ public_html/Sources/Subs.php on line  4845 Fatal error :  Cannot redeclare  strtonum() (previously declared in / home/donytex/public_html/Sources/ Subs.php:4592)  in  /home/ donytex/public_html/Sources/ Subs.php  on line  4845"

what might have caused dis.?

kat

You need to set the timezone in the php.ini file on the server.

1. Locate the file "php.ini" (The default location is etc>php.ini).

2. Search for 'timezone' in that file.

3. change:

;date.timezone =

to

date.timezone = "America/Washinton"

or whatever specific timezone you are in.

If you have any problems, your host should be able to help you, with this.

Babadinho

thank u all and mr K@. my problem is solved ;D


Advertisement: