Help:Errors: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Jaime Prilusky (talk | contribs)
No edit summary
Jaime Prilusky (talk | contribs)
No edit summary
Line 3: Line 3:
'''How to avoid it''': Always do a (Show preview) before actually saving the page.<br>
'''How to avoid it''': Always do a (Show preview) before actually saving the page.<br>
'''What causes this error''': A mismatched tag, like a missing closing &lt;/scene>, or even a missing "&lt;" or "&gt;" sign.<br>
'''What causes this error''': A mismatched tag, like a missing closing &lt;/scene>, or even a missing "&lt;" or "&gt;" sign.<br>
'''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. See this example: <br>
'''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:<br>
<pre>http://proteopedia.org/wiki/index.php/MyCrashedPage</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.