Quote:
Originally Posted by moveforward
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 )