Fatal error: Class 'vB_Registry' not found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • creppello
    New Member
    • May 2009
    • 7

    Fatal error: Class 'vB_Registry' not found

    Yah, I know, but I seriously can't find the issue.....


    Warning: set_error_handler() expects the argument (vb_error_handler) to be a valid callback in /home/XXXXXXX/public_html/forums/includes/init.php on line 46

    Fatal error: Class 'vB_Registry' not found in /home/XXXXXXX/public_html/forums/includes/init.php on line 49
    line 48 // initialize the data registry
    line 49 $vbulletin =& new vB_Registry();
    I was adding mgc chat and now can't get into my forums or my admincp. Homepage is still up however....
    Last edited by creppello; Fri 2 Oct '09, 9:52am. Reason: added info
  • creppello
    New Member
    • May 2009
    • 7

    #2
    Solved

    // #############################################################################
    // fetch the core includes
    require_once(CWD . '/includes/class_core.php');
    set_error_handler('vb_error_handler');

    // initialize the data registry
    $vbulletin =& new vB_Registry();
    My class_core.php file had changed somehow, I would guess when I installed mgc chat I musta done something.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...