Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   vBulletin Wordpress Bridge (http://www.lampwrights.com/forumdisplay.php?f=13)
-   -   Warning message (http://www.lampwrights.com/showthread.php?t=99)

moveforward 04-01-2011 03:21 PM

Warning message
 
Hi,
I'm getting an intermittent warning message cropping up at random times.

Quote:

Warning: Missing argument 3 for wp_vb_check_get_class() in [path]/wp/wp-content/plugins/vbbridge/vbbridge.php on line 147
This doesn't seem to be effecting the functionality. Any ideas what this might be?
Thanks
Bob

Jeff 04-01-2011 10:05 PM

Quote:

Originally Posted by moveforward (Post 448)
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 )

moveforward 04-02-2011 05:05 AM

Thanks for the quick response Jeff.
I'm working on a dev site. That code change has done the trick.
:)


All times are GMT -4. The time now is 10:33 AM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.