PDA


View Full Version : error message help


cbr929rrerion
11-08-2005, 12:31 PM
I get these messages no matter what page I go to...
no matter what page I go to I get the error, the line number changes depending on the page, I get 594, 606, 610, 607 line number all char 80

to make it more interesting... on IE 6.0 no errors and also firefox no errors.. I will check the other version of IE I use and see what it is.. at this point I dont think I need to worry about it..

Brian
11-08-2005, 01:07 PM
I'm not getting any errors on the page... Do you still get them if you log out?

cbr929rrerion
11-08-2005, 01:35 PM
is script debugging enabled on your browser?
if its off then it dont show any?

any clue what it means?

cbr929rrerion
11-08-2005, 01:38 PM
and no.. if I am logged out there are no errors..

only as a logged in user...

check your PM's please

cbr929rrerion
11-08-2005, 01:48 PM
every error when I do the debug it opens up to this line..

onclick="window.open('misc.php?do=buddylist&focus=1','buddylist','statusbar=no,menubar=n

***** here is a little more of the code.. above and below... ****

<tr><td class="vbmenu_option"><a href="#"

onclick="window.open('misc.php?do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=n

o,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return

false;">Open Buddy List</a></td></tr>

<tr>

ok.. from what I am hearing the close quotes are missing, question where do they go and what page or template is this script on to fix it?

cbr929rrerion
11-08-2005, 05:25 PM
Ok.. FIxed it.. it was terminating quotes in the script were missing.. I fixed it. It is located in the navbar template...

<tr><td class="vbmenu_option"><a href="#"

onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=n

o,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return

false;">$vbphrase[open_buddy_list]"</a></td>

thats the correct script..

the original is missing the " after [open_buddy_list]

So if ya get this error thats the problem...

cbr929rrerion
11-08-2005, 11:05 PM
ok.. since I am talking to myself I have another one, same type error but only when your logged in and you go to member list and then clisk pm to pm a member..

when you clisk it it opens a new window, then I get the error.. what php and template is in that window or where would the script be that would cause this one..

ANYONE?

cbr929rrerion
11-09-2005, 12:39 AM
Ok.. I have confined it to where it only happens if a link opens in a new window....

cbr929rrerion
11-09-2005, 08:21 AM
Ok.. problem was with same line of code.. now its fixed...

<tr><td class="vbmenu_option"><a href="#"

onclick="window.open"('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=n

o,toolbar=no,scrollbars=yes,resizable=yes,width=25 0,height=300'); return

false;>$vbphrase[open_buddy_list]</a></td>

Is the correct way...