[dokuwiki] Re: timeout problems

  • From: Koen Huybrechts <huybkoen@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 04 Jun 2005 16:30:39 +0200

Lukas Ruf wrote:

Dear all,

today I have been experiencing several timeouts on my wiki
(http://wiki.lpr.ch).

Places differ.  The last one:
 Fatal error: Maximum execution time of 30 seconds exceeded in
     /usr/share/dokuwiki/inc/utf8.php on line 287

My question: where can I increase the time limit?  Or any other tweaks
to get my wiki working again?

Thanks for any hints!

Gruss,
Lukas


Hi,

I googles a little bit and found this:

If your server is not running in safe mode(doubtful), then you nay change the max *execution* setting with set_*time*_limit() <http://www.webmasterworld.com/ra.cgi?f=88&d=6005&url=http://php.net/set_time_limit>.

( http://www.webmasterworld.com/forum88/6005.htm )

Le but de ce petit blog étant en plus des actus de poser de temps en temps des astuces glanées de ci de là dans les forums, voilà la première :
Pour modifier la limite de temps d'execution d'un script PHP en local avec EasyPHP, ouvrez le fichier php.ini dans le dossier apache, vous devez avoir cette ligne :


max_execution_time = 30 ; Maximum execution time of each script, in seconds

Là, modifiez la valeur 30 par le nombre de secondes voulues

( http://yeca.ultimteam.com/39,maximum-execution-time-of-30-seconds-exceeded.html )

So I think it depends on the server and not on Dokuwiki.
You can try one of these of just google with your error message.

koko

Other related posts: