as im developing our site i run into IE specific errors where you would get a warning in the status bar of IE stating “Done but with errors” with the warning icon. once you double click that you get
LINE:203
CHAR:2
ERROR: Object Required
CODE: 0
URL: www.some site.com/some page
do you have any tips on how i could possibly track down this sort of error? or is my only hope to go thru all dependent files and look for line 203 and try to track it that way?
thanks
The “line 203” would not be in the PHP code (which the browser never sees), but in either the HTML page itself (possibly an embedded script), or in a linked JavaScript file. “Object Required” does sound more like a JavaScript error.
As ircmaxwell says, check to see if the error appears in IE8, and use the developer tools to get more details.