On Wed, 26 Sep 2012 at 00:55, Christian Kujau wrote:
- I've switched from lighttpd/php5-cgi to apache2/mod_php5, still the same: when the wiki is accessed, those strange queries appear and the wiki page "loads" until php's maximum execution time is exceeded..
To be clear, this happens in the log then:
[Thu Sep 27 00:11:35 2012] [error] [client 10.0.0.123] PHP Fatal error: Maximum execution time of 30 seconds exceeded in ../mediawiki/includes/db/Database.php on line 1941
or:
[Thu Sep 27 00:14:19 2012] [error] [client 67.164.57.135] PHP Fatal error: Maximum execution time of 30 seconds exceeded in ../mediawiki/includes/db/DatabaseMysql.php on line 31
Raising PHP's max_execution_time to e.g. 300s helps...sometimes. But I still have to wait >30s until this one wiki site is delivered, while mysqld is trying to serve these strange queries.
Anyone?
Thanks, Christian.