Quote:
Originally Posted by kerrghann
Attempted it, got a new error:
Code:
Fatal error: Call to a member function query_read_slave() on a non-object in /*****/******/public_html/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 4
|
At the top of your plugin, add the line:
PHP Code:
global $db, $vbulletin;
I assumed you already had something like that since you are running other queries.