ispCP - Board - Support
Time Zone Problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Time Zone Problem (/thread-8113.html)



Time Zone Problem - menaco - 10-14-2009 04:11 AM

Hi,
My PHP is 5.3(updated by Remi according to installation guide) but ispcp send time zone error!!!
any help please!!!


RE: Time Zone Problem - MasterTH - 10-14-2009 04:16 AM

whats the exact error message? And where do you get the error?


RE: Time Zone Problem - ceco91 - 10-14-2009 05:51 AM

You should set it in the php.ini for every domain. I recommmend you to set it in template file. The property is :
Quote:date.timezone = Europe/Sofia
In my case it is "Europe/Sofia".


RE: Time Zone Problem - menaco - 10-15-2009 03:08 AM

Hi,
execuse me that i answer your valued response late.
unfortunatly ispCP has some problems with php5.3
we must note to these:
1-please change every php split() functions to explode, because of the split() func is deprecated in php5.3
2-please add date.timezone="your os timezone" to /var/www/fcgid/master/php.ini
3-please change second parameter of substr() func to 1 in /var/www/ispcp/gui/include/class.PTemplate.php at line 279

and some others that i send them during my tests

thanks so much dears ceco91 and MasterTH


RE: Time Zone Problem - sci2tech - 10-15-2009 03:25 AM

Did you try last trunk? It`s already ready for php5.3 (I use it with php5.3) Wink