Quote:
Originally Posted by BirdOPrey5
You can't do a require_once on an http:// URL... you can only require (or include) on a local file on your server and it has to be by a local path.
|
Even with that as below im getting the exact same error messages:
Code:
ob_start();
require_once('/home/alhussai/public_html/wp-
content/themes/Karma/header.php');
$php_include = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('Test',array('php_include' => $php_include));
I just dont want to have to copy the html and css manually into vbulletin