Menu

#294 dbsys.inc fatal error

Major
open
nobody
None
1
2014-02-16
2014-02-15
Anonymous
No

Unable to connect to database table and found the following in the logs:
PHP Fatal error: require_once() [function.require]: Failed opening required 'MySQL.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dorcan5/public_html/mrbs/dbsys.inc on line 25.

Can you help?

Discussion

  • Campbell Morrison

    I think it's the capitalisation of 'mysql' in your config file. I suspect you have

    $dbsys = 'MySQL';
    

    when you should have

    $dbsys = 'mysql';
    

    Campbell

     
  • Anonymous

    Anonymous - 2014-02-16

    Thanks. I tried both but have resolved the problem by performing a complete re-installation. I suspect a file had been corrupted during the download/unzip process.

     
MongoDB Logo MongoDB