This error is generally caused by mislabeled bookmarks (anchors) in your Luminis page. Bookmarks cannot contain numbers within Luminis. If your bookmarks contain numbers, you may be getting this error when trying to edit your Luminis page.
Solution: Luminis will let you edit the source code to correct this error.
Below you will see that the number "1" is used in the bookmark code. These need to be removed and replaced with non-number text, such as "one" instead of "1".
Incorrect:
<a href="#1">Test Link</a>
<a id="1" name="1">Test Target</a>
Correct:
<a href="#one">Test Link</a>
<a id="one" name="one">Test Target</a>
This error means that you have missing information within the quotation marks of a target attribute within your source code in your Luminis page.
Solution: Depending on at what stage you discover this error, you may or may not be able to fix it. If Luminis will not let you into the editor, you will need to contact us to fix it for you. We will need to roll your page back to a previously saved version that did not contain the bad code.
If Luminis will let you into the code to fix it... The target attribute needs to be removed from within the source view, OR, needs to have a value between the quotations marks, such as "_blank". The "_blank" value tells the browser that if the link is clicked, it will be opened in a new browser window.
Incorrect:
<a href="http://www.siue.edu" target="">SIUE Link</a>
Correct:
<a href="http://www.siue.edu" target="_blank">SIUE Link</a>
Correct:
<a href="http://www.siue.edu">SIUE Link</a>
You may get this error if you have too many characters in your Luminis page.
Solution: Try breaking the information in your page into multiple pages, OR, put the information into a .pdf document, then import it and link to it.
You may get this error when you try and preview a page within Luminis.
You may get this line of code appearing in the body title bar (grey bar) on your page.
Both of these errors may be a result of a link on your page having an unusually long URL, which Luminis doesn't handle very well.
Solution: To get around this problem, all you do is copy the long URL that you want to use and paste it into the form field below, and click "Shorten". This will give you a short URL to use in Luminis, instead of the original long URL.
(Note: Metamark links are good for 5 years, or 2 years after the last activity)