Help:Errors: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<pre>http://proteopedia.org/wiki/index.php?title=MyCrashedPage&action=edit</pre> | <pre>http://proteopedia.org/wiki/index.php?title=MyCrashedPage&action=edit</pre> | ||
Once you have the page in edit mode, all you need to do is to add the missing tag or to remove the superfluous one. | Once you have the page in edit mode, all you need to do is to add the missing tag or to remove the superfluous one. | ||
Revision as of 16:21, 4 April 2012
XML error: Mismatched tag at line 1XML error: Mismatched tag at line 1
When does it happen: This error appears following a (Save page) from an edit session.
How to avoid it: Always do a (Show preview) before actually saving the page.
What causes this error: A mismatched tag, like a missing closing </scene>, or even a missing "<" or ">" sign.
How to fix it: You must open the page directly in edit mode. For that, try accessing your page (don't pay attention to the XML error text). Now, slightly modify the URL on your browser replacing the / following index.php by ?title= and adding &action=edit after the name of your page, and in this example; then press return on the url to open the page for editing:
http://proteopedia.org/wiki/index.php/MyCrashedPage
http://proteopedia.org/wiki/index.php?title=MyCrashedPage&action=edit
Once you have the page in edit mode, all you need to do is to add the missing tag or to remove the superfluous one.