How do i solve this in vBulletin 3.6.8 PL2 P&P SEO Version

shyntaxx

New Member
Hi there need some help .. !

when i try to go to

i getting this when i wanna go to admincp in [VBTEAM] vBulletin 3.6.8 PL2 Premoded & Precoded SEO Version :

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/init.php on line 307

Unable to add cookies, header already sent.
File: *********/includes/class_core.php
Line: 3075

if a set ini.php

Code:
{
	require_once(DIR . '/includes/class_hook.php');
	$hookobj =& vBulletinHook::init();
	if ($vbulletin->options[color=Red]['enablehooks'] AND !defined('DISABLE_HOOKS')[/color])
	{
		if (!empty($vbulletin->pluginlistadmin) AND is_array($vbulletin->pluginlistadmin))
		{
[i][u][color=YellowGreen]line 307[/color][/u][/i]			$vbulletin->pluginlist = array_merge($vbulletin->pluginlist, $vbulletin->pluginlistadmin);
			unset($vbulletin->pluginlistadmin);
		}
		$hookobj->set_pluginlist($vbulletin->pluginlist);
	}
}
else
{
=========================================
if i change ['enablehooks'] to disable or if i change ('DISABLE_HOOKS') to ENABLED it doesn't give me the error but i am not shure whats happening ..
=========================================

Also if i wanna change the VBTEAM user name i got the following error :

You don't have permission to access /admincp/user.php on this server.

++++++++++++++++++++++++++++++++++++++++++

Please someone guide me with this ..
 
Back
Top