FastCGI-stderr: PHP Fatal error: Maximum execution time of 30 seconds exceeded

Issue #4 resolved
Juan Baptiste created an issue

Hi,

When trying to view a previous revision and having acmenu installed, with php fastcgi 5.6.30 I'm getting the following errors which cause the webserver to timeout on that request:

2017-04-03 14:50:39: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning:  in_array() expects parameter 2 to be array, boolean given in /srv/lib/plugins/acmenu/syntax.php on line 207
4/3/2017 2:50:39 PM
2017-04-03 14:50:39: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /srv/lib/plugins/acmenu/syntax.php on line 206

I'm using the following docker image:

https://hub.docker.com/r/bambucha/dokuwiki/

This image uses php-5.6.30 with fastcgi installed and lighttpd as web server.

Comments (3)

  1. Log in to comment