Share » Forums » Install & configuration » Max execution time error ... but...

Max execution time error ... but cannot edit my php.ini file

Max execution time error ... but cannot edit my php.ini file

Wednesday 30 August 2006 10:32:22 am - 2 replies

Author Message

Claudia Kosny

Wednesday 30 August 2006 11:36:42 am

Hello David

Try to add the following in your .htaccess file:
php_value max_execution_time 30000

(the number is the number of seconds).

If that does not work either (some hoster forbid this as well), try to add the following to the index.php:
ini_set ('max-execution_time', '30000' )

Be sure to add this after the line ob_start() as otherwise you might get problems with sent headers.

Apart from that - if you try to access the admin part of a site with lots of nodes, the problem might be caused by the menu on the lefthand side. Depending on the settings in contentstructuremenu.ini.append.php EZ might try to fetch all nodes on the site. So change the settings there if necessary. Infos about this here:
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/configuration_files/contentstructuremenu_ini

Greetings from Luxembourg

Claudia

David Barker

Wednesday 30 August 2006 12:09:58 pm

I don't know how to thank you!!!! But thanks!!! haha. I tried the first suggestion and it worked :-D

Like I say... thank you so much :)

Dave

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

36 542 Users on board!

Forums menu