Hi, On Mar 7, 2015 9:56 PM, "Justin Folvarcik" <[email protected]> wrote: > Can anyone at least point me in > the right direction of how to start debugging?
https://phabricator.wikimedia.org/T46499 https://phabricator.wikimedia.org/T45516 https://phabricator.wikimedia.org/T44127 Maybe your redis filled up? you should try emptying the cache. (in general:) https://www.mediawiki.org/wiki/Manual:How_to_debug you could turn up the log level, turn on extra logs, figure out what part of the codebase is the immediate source of the message (e.g. by changing messages in the source and checking if the site has a corresponding change in message), print a stack trace and local variable state whenever that code path is hit or use a real debugger :) -Jeremy _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
