MyBB Community Forums

Full Version: JScript Errors Arg!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have no idea where the two errors are in the page because there's no JavaScript in the page

[attachment=5703]

Error 1:

Line:3
Char:4
Code:0
Error:Expected ';'
URL:http://127.0.0.1/sc/index.php?feature=news

Error 2:

Line:3
Char:44
Code:0
Error:Unterminated string constant
URL:http://127.0.0.1/sc/index.php?feature=news

It may be CSS but I doubt it.

Note: I know there were a few HTML errors such as having extra </td> and </tr>
I dont get any error... probably in some other part of your pages?
What about the CSS file? Would any errors from it cause those two errors I got?
No i don't think CSS does such errors. Are you passing anything that has ; in a js function?
Maybe you can "View Source" and paste it here in your post within code tags? That'd make it easier.

There's no whitespace so it is hard to find lines and columns as it is just one long line. As far as I can see it's not a CSS or HTML error, so a full page source would be needed to further debug it. Sounds like IE to me, so I'd recommend FireFox with FireBug for your debugging -- unlike IE's errors it is almost entirely human legible.
Why me? Auuggggh! I don't get the error now. ?_?