| Author |
Message |
oneunit Regular


Joined: Feb 18, 2008 Posts: 94
|
Posted:
Sun Feb 24, 2008 6:47 pm |
|
how do i fix this?
[/img] |
|
|
|
 |
Gremmie Moderator

Joined: Apr 06, 2006 Posts: 2356 Location: Iowa, USA
|
Posted:
Sun Feb 24, 2008 6:55 pm |
|
Something on your site is generating Javascript errors. I am very familiar with this dialog, especially after today.  |
|
|
|
 |
oneunit Regular


Joined: Feb 18, 2008 Posts: 94
|
Posted:
Sun Feb 24, 2008 7:00 pm |
|
could it be a duplicate file?
lol its very annoying to see that on my site |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4625
|
Posted:
Sun Feb 24, 2008 7:07 pm |
|
|
|
 |
oneunit Regular


Joined: Feb 18, 2008 Posts: 94
|
Posted:
Sun Feb 24, 2008 7:12 pm |
|
|
|
 |
oneunit Regular


Joined: Feb 18, 2008 Posts: 94
|
Posted:
Sun Feb 24, 2008 7:13 pm |
|
i think i got it, the bg colors were not assigned. could that have been the problem?
i replaced them with
$bgcolor1 = "#181818";
$bgcolor2 = "#141414";
$bgcolor3 = "#202020";
$bgcolor4 = "#000000";
they were all blank before |
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2749
|
Posted:
Sun Feb 24, 2008 9:06 pm |
|
Probably not. You will need to hit "View Source" in your browser and find line 478. Fix any Javascript errors there |
|
|
|
 |
Gremmie Moderator

Joined: Apr 06, 2006 Posts: 2356 Location: Iowa, USA
|
Posted:
Sun Feb 24, 2008 9:22 pm |
|
Well even that is misleading. If you have a block that has an external javascript file, the line number refers to that file. The best way to debug this is to use firefox or opera, they have far superior error consoles that can tell you what is wrong.
You may also just start shutting off blocks on your home page until it goes away. |
|
|
|
 |
|
|
|
|