Well... I think I may have found the problem...
Following these instructions... ( I am running 3.6.7 PL1)
*****NOTE TO 3.6.0 - 3.6.6 USERS*****
This hack uses a hook that was not put into vB until version 3.6.6. You can follow the following steps to get this hack working on your forum.
Open file global.php
Find:
--------------------------------------------------------------------
if (!empty($db->explain))
--------------------------------------------------------------------
Place BEFORE:
--------------------------------------------------------------------
($hook = vBulletinHook::fetch_hook('global_setup_complete') ) ? eval($hook) : false;
--------------------------------------------------------------------
Save file.
Open file includes/xml/hooks_vbulletin.xml
Find:
--------------------------------------------------------------------
<hook>global_start</hook>
--------------------------------------------------------------------
Place BEFORE:
--------------------------------------------------------------------
<hook>global_setup_complete</hook>
--------------------------------------------------------------------
Save file.
I find that these entries are already existing in the files and create duplicate entries. Which is 'probably' the reason for getting two notices at the top of the page.
Doug
|