Quote:
Originally Posted by Kadence
Ah, duh?$debug is used when passing ?debug=1 in from the URL  Without it the logging() function doesn't work.
So I added the following lines after line 71 in gateway.php:
PHP Code:
$log = $vbulletin->GPC['log'];
$debug = $vbulletin->GPC['debug'];
The .zip file in the post above has been updated.
|
Thanks much. I'll give it a try on my test box.