PDA

View Full Version : Am I banned and the notification got messed up??


Loyal American
September 13th, 2009, 9:13 am
I get a fatal error every time I try to post! What's wrong???:think:

Loyal American
September 13th, 2009, 9:14 am
Why did this go in and I can't get a post anywhere else on the board to go in? Help please!

Loyal American
September 13th, 2009, 9:16 am
This is the message I get everytime I try to post:

Fatal error: Call to a member function on a non-object in /usr/home/v2.hannity.com/htdocs/forum/includes/functions.php(5721) : eval()'d code on line 11

johnrocks
September 13th, 2009, 9:34 am
Try clearing cookies LA.

Rick Rhetoric
September 13th, 2009, 9:36 am
Betcha you got Windows Vista.

Loyal American
September 13th, 2009, 9:51 am
Try clearing cookies LA.Thanks, I cleared my cookies, logged back in and when I went to the thread I was trying to post in I found that my post DID GO IN but I couldn't see that it had.....now, that's really really spooky!!!

AND yes, Rick, I have Vista! :D

Tex Mex
September 13th, 2009, 11:18 am
When I get a fatal error, I call 911.

Gray
September 13th, 2009, 2:01 pm
Sounds like Java-Script is messed up.

Celtic Pax
September 13th, 2009, 3:17 pm
Sounds like Java-Script is messed up.Seems Java_Script always gets messed up.:rolleyes:

PSBandit
September 13th, 2009, 3:53 pm
Seems to me to be a server-side error with the vbulletin forum software and not a user related issue. Could be add-on related, patch related or something related to php/database settings on the server got changed.

DaveKlassix
September 13th, 2009, 4:41 pm
This is the message I get everytime I try to post:

Fatal error: Call to a member function on a non-object in /usr/home/v2.hannity.com/htdocs/forum/includes/functions.php(5721) : eval()'d code on line 11

Thats (to my knowledge) either a PHP or database error. I'd venture to say if you can post with your original name on this board, you're not banned.

nebcon
September 14th, 2009, 12:31 am
Sounds like Java-Script is messed up.

Nope, that's a PHP error, which is server side. Apparently the function in question expected an object created by or from a cookie. The contents of the cookie may have become corrupt and PHP failed to create an object from the contents. It's been a long time since I've dug into vBulletin so I don't know of the specific cause, but it certainly isn't Javascript.