Quote:
Originally Posted by vnairp11
Warning: Missing argument 1 for http_request() in /usr/local/lib/php/HTTP/Request.php on line 209
|
I'm guessing this is a PEAR error. Maybe change HTTP/Request.php to PEAR/HTTP/Request.php
This is line 66 on vBTube.php in the \vBTube directory (and not the root php file).
Code:
require_once 'HTTP/Request.php';
to
Code:
require_once 'PEAR/HTTP/Request.php';