HTTP/1.0 200 OK Cache-Control: no-cache Uncaught Exception: ConnectionException

Uncaught Exception: ConnectionException

Bolt could not connect to the configured database.

Things to check:

  • Ensure the mysql database is running
  • Check the database: parameters are configured correctly in app/config/config.yml
    • Database name is correct
    • User name has access to the named database
    • Password is correct

ConnectionException in AbstractMySQLDriver.php line 103:
An exception occured in driver: SQLSTATE[HY000] [2002] Tidak ada berkas atau direktori seperti itu

Google this Exception


Debug is not available, and/or you are not logged on. To see a full backtrace of the Exception, do one of the following:

  • Set debug: true in config.yml, and make sure you're logged in to the Bolt Backend.
  • Set both debug: true and debug_show_loggedoff: true in config.yml.