By the way: solution is (at least if the hoster allows this) to set: php_value suhosin.executor.max_depth 0 php_flag suhosin.simulation On in a .htaccess file - The first one deactivates the maximum execution depth (at least needed). - The second one sets Suhosin to simulation mode (not needed, but who knows what Suhosin might block in future...)