PDA

View Full Version : A few errors


Mellymonster
12-08-2008, 04:14 PM
I have had a few members on my forum, complain about some errors, though I have never seen them... Here are a few screen shots of a few...

https://vborg.vbsupport.ru/external/2008/12/90.jpg
https://vborg.vbsupport.ru/external/2008/12/91.jpg
https://vborg.vbsupport.ru/external/2008/12/92.jpg

I have no idea how I would find these, especially since I don't see them.

There is also a member who said "Hey, I'm posting this now before I can't get in at all. About a week ago, I tried to change something on my cp and couldn't. I got this weird "there's a security token missing" screen that now I get even when I just try to go on the site...so sometimes it takes me ten tries before I can get on the site and I can't access my cp and sometimes can't do anything more than post."

Anyone can help?

Lynne
12-08-2008, 04:27 PM
It's telling you exactly the error in the console. For example, the last one says on the page "http://www.gods4me.com/forum/index.php":
Expected color but found Read.....

So, I look in the page source and search for read and this line comes up:
<td class="vbmenu_control"><a href="misc.php?do=cfrules" style="color:Read Rules">Forum Rules</a></td>

If you do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Then go fix it.