Last modified: 2014-02-12 23:35:52 UTC
Created attachment 11884 [details] Function nesting error on toro On toro, we have a bad job stuck in the job queue that consistently gives the attached error on every page load. The final error is: Fatal error: Maximum function nesting level of '100' reached, aborting! in /srv/mediawiki/languages/Language.php on line 611 You can currently see this just by going to http://toro.wmflabs.org/wiki/Main_Page . If we can run anything for debugging, let us know.
Does not seem to be i18n related at all. You should check which page (or what content) it is parsing and see if there is something wrong with that. Should ask the parser gurus.
It is i18n-related since it's hitting the limit in Language.php. However, the parser people may be able to help. It is still happening, so it should be debuggable.