https://bugzilla.wikimedia.org/show_bug.cgi?id=34388
--- Comment #6 from Patrick Reilly <[email protected]> 2012-02-14 10:49:28 UTC --- (In reply to comment #2) > Thanks. The error.log contains this entry if MobileFrontend is active: > > [Mon Feb 13 18:41:48 2012] [error] [client 88.128.4.213] FastCGI: server > "/srv/www/fcgi/n9wiki.de/php5/php-fcgi-starter" stderr: ALERT - maximum > execution depth reached - script terminated (attacker '88.128.4.213', file > '/srv/www/n9wiki.de/http/index.php') You also you can disable Hardened-PHP / Suhosin or change: suhosin.executor.max_depth One possible solution is to set these values in a .htaccess file: php_value suhosin.executor.max_depth 0 php_flag suhosin.simulation On - The first one deactivates the maximum execution depth. - The second one sets Suhosin to simulation mode (not needed) > > There seems to be no other information in the other error logs (e.g.: > php-error.log) I checked. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
