Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: Strawhiddy on September 01, 2004, 10:48:11 PM

Title: Error on my Forums
Post by: Strawhiddy on September 01, 2004, 10:48:11 PM
Can someone please take a look at my forums and see why the page shows up with the following errorin the "status" corner of the browser window? (bottom left corner)

"Done, but with errors on page" is the exact error.
Title: Re: Error on my Forums
Post by: Kirby on September 01, 2004, 10:57:54 PM
$50 bucks says its external javascript :P
Title: Re: Error on my Forums
Post by: svenyonson on September 01, 2004, 11:01:49 PM
Oh, I dunno, I think it's more fun to blame microsoft. Like shooting fish in a barrel. :o
Title: Re: Error on my Forums
Post by: [Unknown] on September 01, 2004, 11:58:12 PM
Quote from: Strawhiddy on September 01, 2004, 10:48:11 PM
Can someone please take a look at my forums and see why the page shows up with the following errorin the "status" corner of the browser window? (bottom left corner)

"Done, but with errors on page" is the exact error.

I'm sorry, but it's hard to do this without a link to your forum.  Plus, I use Firefox so my icon for that is elsewhere ;). (and gives a much more detailed and *cough* correct log of all errors.)

Quote from: svenyonson on September 01, 2004, 11:01:49 PM
Oh, I dunno, I think it's more fun to blame microsoft. Like shooting fish in a barrel. :o

Ah, indeed it's that easy, but I suppose we should be fair and see what the culprit is.

-[Unknown]
Title: Re: Error on my Forums
Post by: Strawhiddy on September 02, 2004, 07:39:31 AM
I knew I forgot something.. Here is the link and a screenshot of the error;

http://www.net-jam.net/yabbse/index.php

(http://www.net-jam.net/error.jpg)
Title: Re: Error on my Forums
Post by: [Unknown] on September 02, 2004, 01:35:29 PM
This is a problem with your html...

<script language="JavaScript" src="http://www.net-jam.net/ping.jpg"></script>

-[Unknown]
Title: Re: Error on my Forums
Post by: Strawhiddy on September 21, 2004, 02:49:50 PM
Where can I find this line and what should I do to fix it? I don't know if this error is the source of another problem I'm having where I can't seem to highlight text on my site.
Title: Re: Error on my Forums
Post by: Strawhiddy on September 21, 2004, 03:00:05 PM
I found the problem and fixed the error but I still can't seem to highlight or select any text on my site. When I attempt to click in between any words or letters anywhere on the site I get an icon with a circle and slash though it. Has anyone seen this problem before>?
Title: Re: Error on my Forums
Post by: [Unknown] on September 21, 2004, 11:16:23 PM
I have no problems using Firefox:

http://www.mozilla.org/products/firefox

I'll try to check when I get home (like an hour) with Internet Explorer.

-[Unknown]
Title: Re: Error on my Forums
Post by: Oldiesmann on September 23, 2004, 10:14:39 AM
Here's your problem:

In the <head> section you've got
<p align="center"><a href="http://www.net-jam.net/index.htm"><img src="http://www.net-jam.net/njlogo.jpg">

First, you never closed the anchor or paragraph tags, and second, you can't put that in the <head> section.