I am trying to use both vbExternal and UserLogin on non vb pages in the same test.php page.
Both work great separately but when I inlude the following in the test.php page for both then I get an error
<?php
require_once('./vBExternal.php'); // needed by vbExternal
require_once('./global.php'); // needed by logon
?>
error I get
Fatal error: Cannot redeclare class vbulletinhook in /homepages/39/d101533575/htdocs/QDeals/forum/includes/init.php on line 312
can soome help
thanks a lot
|