The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Enabled Hooks, now getting errors!
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...editprofilepic but it redirects automatically to http://lith-harbor.com/forum/usercp.php) |
#2
|
||||
|
||||
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.
|
#3
|
|||
|
|||
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: Code:
ob_start(); include('../wp-load.php'); include('../wp-content/themes/default/header.php'); $wp_header = ob_get_contents(); ob_end_clean(); |
#4
|
|||
|
|||
I still need help with this if anyone is willing to help.
|
#5
|
||||
|
||||
This may help - PHP in vB 3.8.6 Templates
|
#6
|
|||
|
|||
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 [DATE]1281295290[/DATE] at [TIME]1281295290[/TIME] --------------- And I just noticed, when someone tries to access the calendar you get this: Code:
Unable to add cookies, header already sent. File: /home/maplenex/public_html/lithharbor/forum/includes/class_core.php Line: 3277 |
#7
|
|||
|
|||
Fixed the calendar, but usercp problem still exists
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|