View Full Version : Enabled Hooks, now getting errors!
l1l j0k
08-06-2010, 04:58 PM
Hello, in order to include the header and footer from my blog on my forum I used a plugin/hook system to include them - now the problem is after I enabled hooks I am no longer able to access some things in my vbulletin user control panel (some I can, some I can't) can anyone help me? Enabling the plugin/hook system is a must for me
Site/blog: http://lith-harbor.com/
Forum: http://lith-harbor.com/forum/
(Giving an example here, when I try to change my forum avatar the link is http://lith-harbor.com/forum/profile.php?do=editprofilepic
but it redirects automatically to http://lith-harbor.com/forum/usercp.php)
Lynne
08-06-2010, 05:16 PM
Try disabling all your other products from the Manage Products page and all other plugins from the Plugin Manager page. Then see if you still have the problem.
l1l j0k
08-06-2010, 05:35 PM
I tried it, when i disable the plugin I made to show my header on vbulletin is causing it but I need that plugin the most, any ideas?
here is the plugin:
Product: Vbulletin
Location:global_start
Name: WP Header
Execution Order:5
PHP: ob_start();
include('../wp-load.php');
include('../wp-content/themes/default/header.php');
$wp_header = ob_get_contents();
ob_end_clean();
l1l j0k
08-07-2010, 11:08 PM
I still need help with this if anyone is willing to help.
Lynne
08-08-2010, 01:22 AM
This may help - PHP in vB 3.8.6 Templates (https://vborg.vbsupport.ru/showthread.php?t=247483&highlight=ob_get_contents%28%29)
l1l j0k
08-08-2010, 03:24 AM
I took a look at it, I got some ideas but I still don't really know whats going on here - I'm just for sure its something to do with the wordpress wp load header file
--------------- Added 1281295290 at 1281295290 ---------------
And I just noticed, when someone tries to access the calendar you get this:
Unable to add cookies, header already sent.
File: /home/maplenex/public_html/lithharbor/forum/includes/class_core.php
Line: 3277
l1l j0k
08-09-2010, 02:43 PM
Fixed the calendar, but usercp problem still exists
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.