PDA

View Full Version : A Runtime error has occured....



crlykat
06-16-2004, 06:39 PM
Everytime I hit the "go" button near the title of whatever forum I'm on, I get an annoying pop up that says "A Runtime Error has Ocurred. Do you wish to debug? Line:1 Error: Object expected" This happens when I hit submit reply after posting as well.

Having this pop up every single time gets old very quickly.

sneezles
06-17-2004, 10:00 AM
It's getting really bad now we get it entering and leaving a thread, refreshing a page, jumping from forum to forum..

Line 1
Line 55
Line 61
Line 76
are but I few I have etched in my brain!!!!

HELP!!!!!

BeachBum
06-17-2004, 12:27 PM
Me too!

My most frequent ones are
Line 61
Line 55
Line 76

I get one everytime I click anything.

crlykat
06-18-2004, 07:31 AM
Argh, it became even worse for me yesterday. EVERY time I do anything I get one or two runtime error messages. Please help?

sneezles
06-18-2004, 08:12 AM
I may have figured this out on my own...

Right click on Internet Explorer and then Properties. Under the Tab marked Advanced, scroll down to "disable script debugging" and click on the box, then click on Apply and then OK.

You will now get the little yield sign with the ! and the messasge Error on page! No more annyoing little Runtime Errors!!!!

crlykat
06-18-2004, 09:23 AM
Thanks Sneezles, I will check it out.

Beth Y
06-18-2004, 06:13 PM
What is debugging anyway?

tbb113
06-18-2004, 11:17 PM
Debugging is a programming tool where a report is generated that shows the value of all fields, files, etc at the time of an error. Theory being that a programmer can see what line the error occurred on, see the values of the fields and then fix the problem. Easier said than done at times ;)