Thread: Warning message
View Single Post
04-01-2011, 10:05 PM   #2
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Quote:
Originally Posted by moveforward View Post
Hi,
I'm getting an intermittent warning message cropping up at random times.

This doesn't seem to be effecting the functionality. Any ideas what this might be?
Thanks
Bob
Hmm, you should never SEE warning messages unless they are in your log. You should have your admin turn off "display_errors" in your php.ini file on a production site.

That being said, I will look into why this happens. In the meantime, tell me if this fixes the issue for you. Find this line in vbbridge.php:

Code:
function wp_vb_check_get_class($response, $type, $the_class )
Change to:

Code:
function wp_vb_check_get_class($response, $type, $the_class = false )
Jeff is offline   Reply With Quote