some 4.x add-ons are not compatible with vbulletin 4.0.2!
global.php:
Code:
$bootstrap->bootstrap();
// Deprecated as of release 4.0.2, replaced by global_bootstrap_init_start
($hook = vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false;
$bootstrap->load_style();
// legacy code needs this
$permissions = $vbulletin->userinfo['permissions'];
// Deprecated as of release 4.0.2, replaced by global_bootstrap_complete
($hook = vBulletinHook::fetch_hook('global_setup_complete')) ? eval($hook) : false;
the use of template-engine in 'global_start' is dangerous.
vbsoccer is
fully compatible with vbulletin 4.0.2