i am getting this error help me remove

sapphire

New Member
I installed vb3.8 patch 4 and tried integrating it with phpfox using [2.5.0]vBulletin Integration Plugin but after following all steps i get this erorr when i try to login to the site

Warning: require_once(../include/init.inc.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(294) : eval()'d code on line 6

Fatal error: require_once() [function.require]: Failed opening required '../include/init.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/forums/includes/init.php(294) : eval()'d code on line 6

init.php line 294 is

($hook = vBulletinHook::fetch_hook('init_startup')) ? eval($hook) : false;

i tried using VB 3.7 4 and after all the steps i am getting same error , please sort this out and help my integrate phpfox with my VB

thanks
 
Back
Top