WordPress OpenId Plugin bei strato gibt “Maximum execution time” Fehler

Hatte heute folgenden Fehler:

Fatal error: Maximum execution time of 30 seconds exceeded in /mnt/XXXX/XXXX/XXXXX/htdocs/wordpressmu/wp-content/plugins/openid/Auth/OpenID/BigMath.php on line 255

Nach ein bischen Dokumentation lesen ist die Lösung sehr einfach. Ich habe in meiner wp-config.php einfach per ini_set den timeout auf 60 Sekunden erhöht.

ini_set(‘max_execution_time’, 60);

Jetzt gehts. Schön.

Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>