https://bugzilla.wikimedia.org/show_bug.cgi?id=47199
Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|JobQueue |Page editing --- Comment #13 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- It's definitively not a Job queue bug. Apparently, not caused by hebrew text. I've made the same test on my wiki with the same article text and it didn't happened, even with $wgJobRunRate = 0. In fact, if there are less than 200 backlinks, it performs the update at that moment. Can you enable the debug log file [1] ($wgDebugLogFile) before saving a linked "redlink" page, and disabling it after? Post it in a pastebin and share the link here (be sure to remove private information, like cookies, tokens, as explained on the manual). Enable also $wgDebugDBTransactions. Add also the option to display all PHP errors: error_reporting( -1 ); ini_set( 'display_errors', 1 ); I suspect this may be another instance of "uncommitted DB writes" error, that rollbacks the deferred update of cache invalidation. ----- [1] https://www.mediawiki.org/wiki/Manual:How_to_debug -- 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
