vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   vbulletin object initialization (https://vborg.vbsupport.ru/showthread.php?t=222396)

facingwest 09-03-2009 05:49 PM

vbulletin object initialization
 
Ok here's the delima. I'm not that experienced with vbulletin but have been able to do some decent modifications. But what i'm trying to do now is initialize the vbulletin object outside of vbulletin. I've added vbulletin to my drupal installation. But now i'd like to initialize the vbulletin object actually in drupal so that i can utilize some functionality in vbulletin in drupal. Such as the signature editor and functions like that. Also this would help push the integration of the two even deeper.

I've tried including the global.php file with no success. I was getting errors since the path was incorrect. I've added a snipit of code to handle that,

PHP Code:

$dir getcwd();
chdir('/var/www/html/forums/');
require_once 
'./global.php';
chdir($dir); 

That took care of all the pathing issues when initializing the vbulletin object. However i now have errors regarding query_first_slave.

PHP Code:

PHP Fatal error:  Call to a member function query_first_slave() on a non-object in /u01/www/html/forums/includes/functions.php on line 1368 

Which means that either the vbulletin object never got created or the db object never got created. Any ideas on how i can over come this?

Thanks

--------------- Added [DATE]1252009950[/DATE] at [TIME]1252009950[/TIME] ---------------

I've went through and it seems like the db object is the culprit. but i'm not sure why it's not initializing. Any help on this would be great.

Dismounted 09-04-2009 05:09 AM

That error is most likely caused by initialising the core inside a function. You cannot do that (with the current incarnation of vBulletin).

facingwest 09-08-2009 02:56 PM

Thanks, i believe you where correct. the file i was adding it to was indeed being included via a function. So changing that to a different file corrected the issue. You rock!

NLP-er 10-10-2009 04:22 AM

Also great thanks from me :) I just had same issue - solved :D

Adrian Schneider 10-10-2009 04:28 AM

Note - you can init vBulletin inside a function, but you need to set quite a few variables global in order for this to work. :) Not recommended... lol


All times are GMT. The time now is 03:22 PM.

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.00933 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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