[pmwiki-users] Maximum execution time exceeded

Patrick R. Michaud pmichaud at pobox.com
Fri Mar 3 07:06:24 CST 2006


On Fri, Mar 03, 2006 at 01:29:17PM +0100, OBUTEX / Hladůvka wrote:
> *Fatal error*: Maximum execution time of 30 seconds exceeded in 
> *C:\abyss_wiki_DEAL\pmwiki.php* on line *1122
> [...]
> Is it possible to set the maximum execution time in the local config?

Use PHP's "set_time_limit" function:

    set_time_limit(120);     # allow 120 seconds

Pm




More information about the pmwiki-users mailing list