Eror Code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joshua2597
    New Member
    • Mar 2015
    • 20
    • 4.2.x

    Eror Code

    I get this error
    Fatal error: Class 'vB_Template_Runtime' not found in /home/site/public_html/mywebsite.net/global.php(1091) : eval()'d code on line 463

    What do I need to fix? confused

  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74123

    #2
    Replace your existing files with a new set. Do you still have the same issue afterwards?

    Edit...
    Actually scratch that.

    It appears to be a bug with one of your addons that uses the global_setup_complete hook. You'll need to disable them one at a time to find the culprit and have the error fixed by the addon author.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • BirdOPrey5
      Senior Member
      • Jul 2008
      • 9613
      • 5.6.3

      #3
      You can disable all add-ons by following these instructions, that will allow you to log in and get to the AdminCP where you can disable them one by one.

      To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory

      Just below
      Code:
      <?php
      enter
      Code:
      define('DISABLE_HOOKS', true);
      and save the file.

      If you would like to enable the plugin/hook system again, either remove the line again or simply comment that line out. To do so, add two forward slashes " / " so it will look like

      Code:
      // define('DISABLE_HOOKS', true);
      Next time you would like to disable the plugin/hook system again
      you simply have to remove the " // ".

      Comment

      • Joshua2597
        New Member
        • Mar 2015
        • 20
        • 4.2.x

        #4
        Thanks, I was able to fix it :P

        Comment

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