Whoops, looks like something went wrong.

1/1 PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'ENTER_DB_USER_HERE'@'localhost' (using password: YES)

  1. in Connector.php line 55
  2. at PDO->__construct('mysql:host=localhost;port=3306;dbname=ENTER_DB_NAME_HERE', 'ENTER_DB_USER_HERE', 'ENTER_DB_PASS_HERE', array('0', '2', '0', false, false)) in Connector.php line 55
  3. at Connector->createConnection('mysql:host=localhost;port=3306;dbname=ENTER_DB_NAME_HERE', array('driver' => 'mysql', 'host' => 'localhost', 'port' => '3306', 'database' => 'ENTER_DB_NAME_HERE', 'username' => 'ENTER_DB_USER_HERE', 'password' => 'ENTER_DB_PASS_HERE', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'engine' => null, 'name' => 'mysql'), array('0', '2', '0', false, false)) in MySqlConnector.php line 24
  4. at MySqlConnector->connect(array('driver' => 'mysql', 'host' => 'localhost', 'port' => '3306', 'database' => 'ENTER_DB_NAME_HERE', 'username' => 'ENTER_DB_USER_HERE', 'password' => 'ENTER_DB_PASS_HERE', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'engine' => null, 'name' => 'mysql')) in ConnectionFactory.php line 61
  5. at ConnectionFactory->Illuminate\Database\Connectors\{closure}()
  6. at call_user_func(object(Closure)) in Connection.php line 924
  7. at Connection->getPdo() in Connection.php line 792
  8. at Connection->reconnectIfMissingConnection() in Connection.php line 677
  9. at Connection->run('select `value` from `options` where `name` = ?', array('navi_order'), object(Closure)) in Connection.php line 349
  10. at Connection->select('select `value` from `options` where `name` = ?', array('navi_order'), true) in Builder.php line 1610
  11. at Builder->runSelect() in Builder.php line 1596
  12. at Builder->get(array('value')) in Builder.php line 1843
  13. at Builder->pluck('value', null) in Builder.php line 446
  14. at Builder->pluck('value') in Options.php line 27
  15. at Options::get_option('navi_order') in AppServiceProvider.php line 18
  16. at AppServiceProvider->boot()
  17. at call_user_func_array(array(object(AppServiceProvider), 'boot'), array()) in Container.php line 507
  18. at Container->call(array(object(AppServiceProvider), 'boot')) in Application.php line 757
  19. at Application->bootProvider(object(AppServiceProvider)) in Application.php line 740
  20. at Application->Illuminate\Foundation\{closure}(object(AppServiceProvider), '11')
  21. at array_walk(array(object(EventServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FoundationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ViewServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(ShoppingcartServiceProvider), object(PaypalServiceProvider), object(ImageServiceProvider)), object(Closure)) in Application.php line 741
  22. at Application->boot() in BootProviders.php line 17
  23. at BootProviders->bootstrap(object(Application)) in Application.php line 203
  24. at Application->bootstrapWith(array('Illuminate\Foundation\Bootstrap\DetectEnvironment', 'Illuminate\Foundation\Bootstrap\LoadConfiguration', 'Illuminate\Foundation\Bootstrap\ConfigureLogging', 'Illuminate\Foundation\Bootstrap\HandleExceptions', 'Illuminate\Foundation\Bootstrap\RegisterFacades', 'Illuminate\Foundation\Bootstrap\RegisterProviders', 'Illuminate\Foundation\Bootstrap\BootProviders')) in Kernel.php line 232
  25. at Kernel->bootstrap() in Kernel.php line 127
  26. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 99
  27. at Kernel->handle(object(Request)) in index.php line 52