Error Examples and Test Pages

0-99 Admin, Developer, or System Errors

Error Number Description http err Test Page

Responsible Role

Actions for Resolution

 

Menu Error 52 menu.html error is not parseable as XML.  No special characters are allowed in menu.html files.  It must be well formed xml without the additional of xhtml transitional characters 500 http://devwww.ed.uiuc.edu/badmenu/ Whoever is editing the menu.html file.  Probably Chris Harris. Roll back menu to previous version
Menu Error 53 menu.html file is parseable but hs no menu section 500      
             
             
             
Server Error 70 This could be a number of problems, but the error is not in the content document itself 500 http://devwww.ed.uiuc.edu/bad&menu/ COE Webmaster check for bad characters in the folder name or file name
             
             
             
             
             
             
             
             
             

 

 

100-199 Could be User or Author Errrors

Error Number Description http err Test Page Responsible Role Actions for Resolution
File Not Found 100 A directory does not exist.  404 http://devwww.ed.uiuc.edu/oet/abddout/ author of unit web site or user who typed in the URL Either a bad link is present or the user typed in a url incorrectly, A directory may have been inadvertently deleted.
File Not Found 101 This directory has no default file (index.html) 404 http://devwww.ed.uiuc.edu/oet/about/ author of unit web site or user who typed in the URL.  The directory may not be intended to have an default index file. Either a bad link is present, the user typed in a url incorrectly, the file has been removed inadvertently, or the directory was never intended to have a default index file.
File Not Found 102 The particular file can not be found.  404 http://devwww.ed.uiuc.edu/oet/about/x.html author of unit web site or user who typed in the URL Either a bad link is present, the user typed in a url incorrectly, or a file has been removed inadvertently.
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             

 

200+ Most Likely Author Errrors

Error Number Description http err Test Page Responsible Role Actions for Resolution
Error Parsing file as XML 201 The content file is not valid xhtml transitional.  Page probably has improperly nested tags.  This simply indicates a document that is not well formed xml or has entities or characters not allowable in xhtml transitional. 500 http://devwww.ed.uiuc.edu/oet/about/facilities2.html Author of document need to remove bad coding.  Easiest to rollback to previous working version or delete one section at a time until offending html is removed.