Do you have examples of un-helpful/Obscure error messages
- by Wiretap
Yesterday I got this error
The processing instruction target matching "[xX][mM][lL]" is not allowed
when I investigated, it was caused by whitespace at the very start of my XML document. Not difficult to solve, but I was struck with how unhelpful that particular error message was to identifying the actual problem.
So what other examples of obscure errors do people have, and are you willing to admit to some of your own making.