Advertisement
Guest User

Untitled

a guest
Jun 5th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Error: Fatal error: Uncaught Error: Class 'vB5_Autoloader' not found in /home/novaylbq/public_html/forums/includes/vb5/getLogin.php:8 Stack trace: #0 /home/novaylbq/public_html/index.php(103): require() #1 {main} thrown in /home/novaylbq/public_html/forums/includes/vb5/getLogin.php on line 8
  2.  
  3. index.php
  4. ---
  5.  
  6. <?php
  7. require 'forums/includes/vb5/getLogin.php';
  8. ?>
  9.  
  10. /forums/includes/vb5/getLogin.php
  11. ---
  12.  
  13. <?php
  14. // Path to your vBulletin installation
  15. $vbpath = 'http://novaorder.com/forums';
  16.  
  17. // Start login script
  18. define('CSRF_PROTECTION', false);
  19. require_once($vbpath . '/includes/vb5/autoloader.php');
  20. vB5_Autoloader::register($vbpath);
  21. vB5_Frontend_Application::init('config.php');
  22. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement