Whoops, looks like something went wrong.

2/2 QueryException in Connection.php line 770: SQLSTATE[HY000] [2002] Conexão recusada (SQL: select * from `websites` where (`domain` = ulianapisoseportas.com.br) and `websites`.`deleted_at` is null limit 1)

  1. in Connection.php line 770
  2. at Connection->runQueryCallback('select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br'), object(Closure)) in Connection.php line 726
  3. at Connection->run('select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br'), object(Closure)) in Connection.php line 351
  4. at Connection->select('select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br'), true) in Builder.php line 1648
  5. at Builder->runSelect() in Builder.php line 1634
  6. at Builder->get(array('*')) in Builder.php line 638
  7. at Builder->getModels(array('*')) in Builder.php line 327
  8. at Builder->get(array('*')) in Builder.php line 297
  9. at Builder->first() in WebsiteServiceProvider.php line 21
  10. at WebsiteServiceProvider->boot()
  11. at call_user_func_array(array(object(WebsiteServiceProvider), 'boot'), array()) in Container.php line 508
  12. at Container->call(array(object(WebsiteServiceProvider), 'boot')) in Application.php line 769
  13. at Application->bootProvider(object(WebsiteServiceProvider)) in Application.php line 752
  14. at Application->Illuminate\Foundation\{closure}(object(WebsiteServiceProvider), '20')
  15. at array_walk(array(object(EventServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FoundationServiceProvider), object(NotificationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ViewServiceProvider), object(ImageServiceProvider), object(LaravelJsRoutesServiceProvider), object(ShoppingcartServiceProvider), object(ServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(WebsiteServiceProvider)), object(Closure)) in Application.php line 753
  16. at Application->boot() in BootProviders.php line 17
  17. at BootProviders->bootstrap(object(Application)) in Application.php line 203
  18. 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 254
  19. at Kernel->bootstrap() in Kernel.php line 145
  20. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 117
  21. at Kernel->handle(object(Request)) in index.php line 58

1/2 PDOException in Connector.php line 119: SQLSTATE[HY000] [2002] Conexão recusada

  1. in Connector.php line 119
  2. at PDO->__construct('mysql:host=127.0.0.1;port=3306;dbname=websitee_sistema', 'websitee_user', '4p1l2702ibwq', array('0', '2', '0', false, false)) in Connector.php line 119
  3. at Connector->createPdoConnection('mysql:host=127.0.0.1;port=3306;dbname=websitee_sistema', 'websitee_user', '4p1l2702ibwq', array('0', '2', '0', false, false)) in Connector.php line 56
  4. at Connector->createConnection('mysql:host=127.0.0.1;port=3306;dbname=websitee_sistema', array('driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'websitee_sistema', 'username' => 'websitee_user', 'password' => '4p1l2702ibwq', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'), array('0', '2', '0', false, false)) in MySqlConnector.php line 24
  5. at MySqlConnector->connect(array('driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'websitee_sistema', 'username' => 'websitee_user', 'password' => '4p1l2702ibwq', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql')) in ConnectionFactory.php line 126
  6. at ConnectionFactory->Illuminate\Database\Connectors\{closure}()
  7. at call_user_func(object(Closure)) in Connection.php line 965
  8. at Connection->getPdo() in Connection.php line 986
  9. at Connection->getReadPdo() in Connection.php line 423
  10. at Connection->getPdoForSelect(true) in Connection.php line 333
  11. at Connection->Illuminate\Database\{closure}(object(MySqlConnection), 'select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br')) in Connection.php line 763
  12. at Connection->runQueryCallback('select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br'), object(Closure)) in Connection.php line 726
  13. at Connection->run('select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br'), object(Closure)) in Connection.php line 351
  14. at Connection->select('select * from `websites` where (`domain` = ?) and `websites`.`deleted_at` is null limit 1', array('ulianapisoseportas.com.br'), true) in Builder.php line 1648
  15. at Builder->runSelect() in Builder.php line 1634
  16. at Builder->get(array('*')) in Builder.php line 638
  17. at Builder->getModels(array('*')) in Builder.php line 327
  18. at Builder->get(array('*')) in Builder.php line 297
  19. at Builder->first() in WebsiteServiceProvider.php line 21
  20. at WebsiteServiceProvider->boot()
  21. at call_user_func_array(array(object(WebsiteServiceProvider), 'boot'), array()) in Container.php line 508
  22. at Container->call(array(object(WebsiteServiceProvider), 'boot')) in Application.php line 769
  23. at Application->bootProvider(object(WebsiteServiceProvider)) in Application.php line 752
  24. at Application->Illuminate\Foundation\{closure}(object(WebsiteServiceProvider), '20')
  25. at array_walk(array(object(EventServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FoundationServiceProvider), object(NotificationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ViewServiceProvider), object(ImageServiceProvider), object(LaravelJsRoutesServiceProvider), object(ShoppingcartServiceProvider), object(ServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(WebsiteServiceProvider)), object(Closure)) in Application.php line 753
  26. at Application->boot() in BootProviders.php line 17
  27. at BootProviders->bootstrap(object(Application)) in Application.php line 203
  28. 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 254
  29. at Kernel->bootstrap() in Kernel.php line 145
  30. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 117
  31. at Kernel->handle(object(Request)) in index.php line 58