Missing 'vB' class after upgrade...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ian@compass
    New Member
    • Oct 2012
    • 20
    • 4.2.X

    Missing 'vB' class after upgrade...

    I'm lost at how to fix this issue: Fatal error: Class 'vB' not found in /nfs/c08/h04/mnt/124112/domains/forums.compassclassroom.com/html/vb5/includes/vb5/template.php on line 129

    What am I missing? forums.compassclassroom.com

    Thanks,
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Can we see the contents of the presentation config.php file? Also, what version are you trying to install?

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • ian@compass
      New Member
      • Oct 2012
      • 20
      • 4.2.X

      #3
      Yes. Trying to install VB5 as an upgrade.

      Config as follows:

      Code:
       //    ****** Base URLs ******    // The following settings all deal with the url of your forum.
          // If set incorrectly your site/software will not function correctly.
          // These urls should NOT include a trailing slash
          // This is the url and web path of your root vBulletin directory
      $config['baseurl'] = 'forums.compassclassroom.com/vb5';
      
      
      
      
      // This will only be used if you wish to require https logins
      // You will not need to change this setting most of the time.
      $config['baseurl_login'] = $config['orums.compassclassroom.com/vb5'];
      
      
          // If you do wish to use https for login, uncomment this line
          // Then fill in your https url.
      //$config['baseurl_login'] = 'https://www.yourdomain.com/folder';
      
      
      
      
          //    ****** System Paths ******
      
      
          // This setting allows you to change the name of the admin folder
      $config['admincpdir'] = 'admincp';
      
      
          //    ****** Cookie Settings ******
          // These are cookie related settings.
          // This Setting allows you to change the cookie prefix
      $config['cookie_prefix'] = 'bb';
      
      
      
      
      //    ****** Special Settings ******
      // These settings are only used in some circumstances
      // Please do not edit if you are not sure what they do.
      
      
      // You can ignore this setting for right now.
      $config['cookie_enabled'] = true;
      
      
      $config['report_all_php_errors'] = false;
      $config['no_template_notices'] = true;
      
      
      // This setting enables debug mode, it should NEVER be used on a live site
      $config['debug'] = false;
      
      
      // Assumes default location of core. 
      // These are the system paths and folders for your vBulletin files
      // This setting is for where your vbulletin core folder is
      $config['core_path'] = realpath(dirname(__FILE__)) . '/nfs/c08/h04/mnt/124112/domains/forums.compassclassroom.com/html';
      
      
          // This is the url and web based path to your core directory
      $config['baseurl_core'] = $config['baseurl']  .  'forums.compassclassroom.com/';
      forums.compassclassroom.com

      I followed the upgrade to the letter and everything in the "upgrading" process went well (no issues).

      Thanks for your help.

      Comment

      • Ace
        Senior Member
        • Apr 2004
        • 4051
        • 4.2.X

        #4
        I answered this in the other thread. You have no protocol set for your baseurl, and have edited 3 lines that were constants, and should have been left alone.
        My Live vB5 Site - NZEating.com
        vBulletin Hosting | vBulletin Services - Need hosting for your vB? Need it installed? Something else? Let me take that hassle off your hands.

        Comment

        • ian@compass
          New Member
          • Oct 2012
          • 20
          • 4.2.X

          #5
          I'll check it out Ace. Thanks!

          Comment

          Related Topics

          Collapse

          Working...