On 2015-11-11, Cody Williams williams.c@gmail.com wrote:
Uninstalled to see if that removed the problem, it did not.
One caveat here: if there is a bug in an extension and it corrupts the data (for example, wrong information is inserted into the "revision" table), uninstalling it will not help. So this is not a reliable way to rule out the problem source.
Can you check how your "revision" database table behaves for a given page? What gets added it you edit?
Also, please enable debug logging with $wgDebugLog = '/tmp/somefile.log'; (http://www.mediawiki.org/wiki/Manual:How_to_debug). It gives lots of valuable information about how the request is processed (well, sometimes).
Saper