Informative errors
2005/10/30 filed under /webAs someone who occasionally messes with websites, I know the struggle of error handling. If you do exactly as the programmer intended the software to be called, there is no problem. But, there's always the l-user factor.
How far does one have to go to explain what exactly went wrong? I'm all for brief information, for I am just a lazy guy.
Today I was looking at http://forum.pocketinfo.nl, a forum on PDAs and other gadgets. When I tried to search, I got this error:
It translates to this:
System Notice
You aren't logged in, or you don't have the permissions to view this page. This could be due to one of the following reasons:
- You aren't logged in. Enter your name and password in the fields and try again.
- Possibly, you lack the appropriate permissions to view the page. Are you trying to alter someone else's post, use administrative tasks or to use another protected system?
- If you're trying to post, there's a possibility that the administrator has disabled your account, or it's still waiting on activation.
Well, it's always nice that they state I'm not logged in, due to the fact that I didn't log in.
Clearly the programmers went to far with this error handling. And they weren't too clever. The difference between a lack of user permissions and not being logged in at all shouldn't be too hard to figure out... Why then not just say "You aren't logged in yet" instead of all this craziness?
Oh well, it's always fun to see useless repetitive error messages, like this.


