vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Enabled Hooks, now getting errors! (https://vborg.vbsupport.ru/showthread.php?t=248119)

l1l j0k 08-06-2010 04:58 PM

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)

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:
Code:

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

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 [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


l1l j0k 08-09-2010 02:43 PM

Fixed the calendar, but usercp problem still exists


All times are GMT. The time now is 08:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00985 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete