Help:Errors: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
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 </scene>, or even a missing "<" or ">" sign.<br> | '''What causes this error''': A mismatched tag, like a missing closing </scene>, or even a missing "<" or ">" 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, and in this example; then press return on the url to open the page for editing:<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/MyCrashedPage</pre> | ||
<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. | ||
'''How to locate the problematic area''': Sometimes pages have so much text that it becomes difficult to find what's extra or missing. | |||
<!-- | |||
<scene name='123'>test | |||
--> | |||