Forums / General / Fatal error when Local setting othet than eng-GB
Zoltan Szappanos
Friday 28 March 2003 6:42:23 am
With eZP 3 final there is a Fatal error when I change the the 'Locale' setting in site.ini other than eng-GB, in my case i use the following set: [RegionalSettings]Locale=hun-HU
and there is a fatal error:Fatal error: Maximum execution time of 30 seconds exceeded in e:\\program files\\ez systems\\ezpublish\\lib\\ezi18n\\classes\\ezutf8codec.php on line 108
Fatal error: Maximum execution time of 30 seconds exceeded in e:\\program files\\ez systems\\ezpublish\\lib\\ezutils\\classes\\ezexecution.php on line 155
Fatal error: Maximum execution time of 30 seconds exceeded in e:\\program files\\ez systems\\ezpublish\\lib\\ezutils\\classes\\ezsession.php on line 73Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0
Is anyone could help me?
Sergiy Pushchin
Friday 28 March 2003 7:08:52 am
Please look here http://ez.no/developer/ez_publish_3/forum/install_configuration/all_went_fine_until_
In short: first time you run eZ publish with locale other than eng-GB it needs to parse big xml file with your locale it takes more than 30 seconds, you need to increase time limit for you php. It will happens only once.Btw: There is no hungrian interface translation in eZ publish 3.
Monday 31 March 2003 12:26:43 pm
Thanks for your help. That was the solution.