vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Using Datamanger with v4.2.0 error (https://vborg.vbsupport.ru/showthread.php?t=295087)

jonobrain 02-13-2013 02:52 PM

Using Datamanger with v4.2.0 error
 
Wonder if someone can help - been looking on the forums and not seen anyone with the same issue.

I've just updated our vBulletin install from v4.1.12 PL3 to v4.2.0 PL3.

I have a number of external scripts that use various Datamanagers to do various things on my site. Since the update I've been getting the following error:

PHP Code:

Fatal errorCall to a member function fetch() on a non-object in /var/www/vhosts/domain.com/httpdocs/forums/includes/class_bootstrap_framework.php on line 65". 

On that line there is an if statement:

PHP Code:

if (!sizeof($vbulletin->routes))
{
    
$vbulletin->datastore->fetch(array('routes'));


If I comment that out the Datamanager works but throws an error in /vb/cache.php when save() is called.

Our scripts pull the backend in like so:

PHP Code:

define('THIS_SCRIPT'__FILE__);
define('VBINSTALL'true);     
define('VB_AREA''External');
define('SKIP_SESSIONCREATE'1);
define('SKIP_USERINFO'1);
define('CWD'WWW_ROOT.'forums');    
require_once(
CWD '/includes/init.php');
require_once(
CWD '/includes/functions_misc.php'); 

The failure happens (when code not commented) in the call to bootstrap_framework() in /includes/init.php

Anyone experienced the same issue and managed to resolve without changing any of vBulletin's core files?

Thanks


All times are GMT. The time now is 03:27 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.01499 seconds
  • Memory Usage 1,716KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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