200 Code When Updating Homepage Using Site Builder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aaron Schimpf
    New Member
    • Mar 2014
    • 2
    • 4.2.X

    200 Code When Updating Homepage Using Site Builder

    I keep getting a 200 Code When Updating Homepage Using Site Builder, now the homepage of the forum is just blank. Any help is appreciated!
  • Aaron Schimpf
    New Member
    • Mar 2014
    • 2
    • 4.2.X

    #2
    My website is below;

    Comment

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

      #3
      A 200 is not typically an error. Providing us with a link doesn't help since we won't have access to Site Builder.

      Please, enable debug mode on your site. Follow these instructions.

      1. Open your /config.php file and find the following line:
      Code:
      $config['debug'] = false;
      2. Change this line to:
      Code:
      $config['debug'] = true;
      3. Save the file and upload it to your server.

      4. Open the /core/includes/config.php file and find the following line:
      Code:
      // $config['Misc']['debug'] = true;
      5. Change it to:
      Code:
      $config['Misc']['debug'] = true;
      6. Save and upload the file to your server.

      Reload the page you had the error on.
      Translations provided by Google.

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

      Comment

      Related Topics

      Collapse

      Working...