PDA

View Full Version : stack overflow


nathansc
04-14-2004, 11:32 PM
what does "stack overflow at line 0" mean?

JohanRanger
04-15-2004, 12:18 AM
my guess would be you just have too many things on one line (did you rip out your return key?;)) i think it could also mean that you put something that needs multiple lines on one line.

Horus_Kol
04-15-2004, 02:39 AM
in HTML?

I didn't think that was possible.

Are you running a script?

Willy Duitt
04-15-2004, 02:54 AM
I will bet my next male born child that the O/P has this error being thrown on a site hosted at Tripod!

This is a known problem over there which is caused by a bug in their banner ad codes. And the stack overflow error is a javascript error which means you are recursing too deep.

.....Willy