Reply To: 1082 – config page not displayed

#4708
Anonymous
Inactive

If you’re up for it:
In Firefox install this extension http://www.joehewitt.com/software/firebug/
Then enable it from the Tools|FireBug menu. Press F12 to get the console. On the Debugger tab there is a menu options. Check the option “Break on errors”.

If everything works as it should it will stop 6 times for errors when the prototype.js library uses exceptions to test the browser for functionality. Just press the play button to let the browser run to the next error.
The first 6 error should look something like this:

function() {return new ActiveXObject('Msxml2.XMLHTTP')}

Could you post the line (or PM me) where error #7 occurs.

(Or just wait for another nightly 🙂
/a