Error after install completes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jamesdoylephoto
    Member
    • Dec 2011
    • 52
    • 4.1.x

    Error after install completes

    Hi,

    I've installed VB5.Beta 11 on a local testing server and the install completed with no warnings or error messages BUT when I click on the adminCP button I get a blank screen...I've noticed that the address in the broswer stops at /Forum/admincp/ without the index.php at the end, when I put the index.php at the end of the address I get the following error meassage;

    Notice: Undefined variable: config in
    C:\xampp\htdocs\*****\Forum\includes\vb5\config.php on line
    34
    Couldn't read config file config.php

    Any assistance would be great
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74078

    #2
    turn off notices. You can actually do this in the /config.php file by setting this value to False:

    $config['report_all_php_errors'] = false;

    The error about the config.php file is most likely due to an incorrect core path. See this thread to determine your correct core path:

    Translations provided by Google.

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

    Comment

    • Jamesdoylephoto
      Member
      • Dec 2011
      • 52
      • 4.1.x

      #3
      Thanks Wayne. I'll give it ago later today.

      I did manage to get into the admincp after I added ../Forum/core/admincp/index.php to the web address in the browser, which was good. But still couldn't get into the "normal" side so I'll disable the notices as you advise and see how I get on.Thanks

      Comment

      Related Topics

      Collapse

      Working...