https://bugzilla.wikimedia.org/show_bug.cgi?id=42291

Daniel Kinzler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Daniel Kinzler <[email protected]> 2012-11-20 
13:48:45 UTC ---
Some extension tells mediawiki that this page is not wikitext (probably using
the TitleIsWikitextPage hook). Then, something else tries to save content of
the page, telling mediawiki that the content *is* wikitext. But
$wgContentHandlerUseDB = false gives mediawiki no way to record that fact, so
it fails.

If the content of the page really is not wikitext, but (as currently assumed)
plain text, set the content model accordingly when editing.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to