Share » Forums » Install & configuration » All went fine until ...

All went fine until ...

All went fine until ...

Thursday 27 March 2003 12:21:57 pm - 3 replies

Author Message

Thursday 27 March 2003 11:00:51 pm

Try increasing the max_execution_time value i php.ini. It worked for me after doing it. No errors afterwards.

Bård Farstad

Friday 28 March 2003 12:02:30 am

I will try to shed some light on this problem: When you install eZ publish with a translation ( other than eng-GB ) it will need to parse the translation file, which is an approx 200K XML file. The file is in unicode and needs to be converted to your locale. If you don't have mbstring compiled into PHP eZ publish needs to do the string conversion "manually" which is a very big overhead. This can cause processing which exceeds 30 seconds.

This is only done the _first_ time a new translation is accessed, is is then cached. If you compile PHP with mbstring this goes alot faster, but it's still an overhead the first time you access the translation.

--bård

Documentation: http://ez.no/doc

Mike Reinicke

Wednesday 14 May 2003 12:04:00 pm

I was able to workaround that behaviour by increasing the max_execution_time value in my .htaccess file in ezpublish root directory as well:

.htaccess
php_value max_execution_time 180

--mike

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu