How come other people see errors and warnings on Web pages I produce that I don't see? One person testing for me got a MySQL warning for a careless error I'd made, but didn't get the warning myself. Another time I forgot to upload the .css file with a project. The person testing it got a warning about the missing .css file, but I did not. He also got another warning I didn't see.
Is there some setting I need to change so I see these errors? I don't even see them when I access the sites from another computer on my network (not the development computer).
I have IE 5.5 and Mozilla.
how to see all Web app errors?
Moderator: General Moderators
-
permutations
- Forum Commoner
- Posts: 52
- Joined: Sat Dec 07, 2002 11:45 am
-
permutations
- Forum Commoner
- Posts: 52
- Joined: Sat Dec 07, 2002 11:45 am
That setting will relate to javascript/vbscript errors. In IE there is also an option called something like 'Show Friendly HTTP Error Messages'. Uncheck that to stop IE hiding the details of certain errors.
The mysql error should be a server-side setting and so the same for all clients, however whether the error is visible on-screen may depend on where in the page it occurs and what browser you use. Additionally it is possible that the error is specific to the user because of choices they made previously on the site?
The css error is more likely to be a browser issue, in my experience IE does not bother to tell you about missing CSS or javascript source files, but this could also be a setting somewhere and may be different with other browsers.
HTH
Dai
The mysql error should be a server-side setting and so the same for all clients, however whether the error is visible on-screen may depend on where in the page it occurs and what browser you use. Additionally it is possible that the error is specific to the user because of choices they made previously on the site?
The css error is more likely to be a browser issue, in my experience IE does not bother to tell you about missing CSS or javascript source files, but this could also be a setting somewhere and may be different with other browsers.
HTH
Dai
-
permutations
- Forum Commoner
- Posts: 52
- Joined: Sat Dec 07, 2002 11:45 am
-
permutations
- Forum Commoner
- Posts: 52
- Joined: Sat Dec 07, 2002 11:45 am