Group: Administrators
Posts: 13K,
Visits: 104K
|
This is a generic xhtml error message. Nothing of particular value about the cause can be gleaned from it alone. You will have to provide more details regarding your concrete setup as well as links to the start page on the remote server.
"element name contains invalid characters" may indicate just that -- the use of invalid characters somewhere in any of your XML / XHTML files or the script you are trying to run. If it is the script, validating it using Inquisit Lab should allow you to identify the offending element and correct the error.
The part about the "missing closing tag" indicates that either (1) any of your XML or XHTML files are broken or (2) the script you are trying to run is mistakenly treated as XML (and may be faulty in addition). Here, too, if the issue is in the Inquisit script, validating it in Inquisit Lab should let you pinpoint the missing closing tag(s).
All of this guesswork, though, without any further details.
|