Whoops, looks like something went wrong.

1/1 PDOException in Connector.php line 55: SQLSTATE[HY000] [2002] No such file or directory

  1. in Connector.php line 55
  2. at PDO->__construct('mysql:host=localhost;dbname=purplegiraffe', 'root', 'P9vZeICV', array('0', '2', '0', false, false)) in Connector.php line 55
  3. at Connector->createConnection('mysql:host=localhost;dbname=purplegiraffe', array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'purplegiraffe', 'username' => 'root', 'password' => 'P9vZeICV', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql'), array('0', '2', '0', false, false)) in MySqlConnector.php line 22
  4. at MySqlConnector->connect(array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'purplegiraffe', 'username' => 'root', 'password' => 'P9vZeICV', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql')) in ConnectionFactory.php line 60
  5. at ConnectionFactory->createSingleConnection(array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'purplegiraffe', 'username' => 'root', 'password' => 'P9vZeICV', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql')) in ConnectionFactory.php line 49
  6. at ConnectionFactory->make(array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'purplegiraffe', 'username' => 'root', 'password' => 'P9vZeICV', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false), 'mysql') in DatabaseManager.php line 175
  7. at DatabaseManager->makeConnection('mysql') in DatabaseManager.php line 67
  8. at DatabaseManager->connection() in Schema.php line 28
  9. at Schema::getFacadeAccessor() in Facade.php line 120
  10. at Facade::getFacadeRoot() in Facade.php line 205
  11. at Facade::__callStatic('hasTable', array('urls')) in SiteProvider.php line 51
  12. at Schema::hasTable('urls') in SiteProvider.php line 51
  13. at SiteProvider::findUrl('funkeirasgostosas.com') in SiteProvider.php line 20
  14. at SiteProvider->boot(object(Request))
  15. at call_user_func_array(array(object(SiteProvider), 'boot'), array(object(Request))) in Container.php line 507
  16. at Container->call(array(object(SiteProvider), 'boot')) in Application.php line 734
  17. at Application->bootProvider(object(SiteProvider)) in Application.php line 717
  18. at Application->Illuminate\Foundation\{closure}(object(SiteProvider), '18')
  19. at array_walk(array(object(EventServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(ControllerServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FormRequestServiceProvider), object(FoundationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ValidationServiceProvider), object(ViewServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(SiteProvider), object(AdministratorServiceProvider), object(YoutubeServiceProvider)), object(Closure)) in Application.php line 718
  20. at Application->boot() in BootProviders.php line 17
  21. at BootProviders->bootstrap(object(Application)) in Application.php line 203
  22. 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 222
  23. at Kernel->bootstrap() in Kernel.php line 117
  24. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
  25. at Kernel->handle(object(Request)) in index.php line 54