Whoops, looks like something went wrong.

(2/2) PDOException

SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

in PDOStatement.php (line 107)
at PDOStatement->execute()in MySqlConnector.php (line 150)
at MySqlConnector->setModes(object(PDOConnection), array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in MySqlConnector.php (line 37)
at MySqlConnector->connect(array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 183)
at ConnectionFactory->Illuminate\Database\Connectors\{closure}()
at call_user_func(object(Closure))in Connection.php (line 883)
at Connection->getPdo()in Connection.php (line 865)
at Connection->getDoctrineConnection()in DoctrineSupportServiceProvider.php (line 54)
at DoctrineSupportServiceProvider->addDoctrineTypes(object(MySqlConnection))in DoctrineSupportServiceProvider.php (line 34)
at DoctrineSupportServiceProvider->Larapack\DoctrineSupport\{closure}(object(MySqlConnection), 'rebus_worldcup', '', array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 272)
at ConnectionFactory->createConnection('mysql', object(Closure), 'rebus_worldcup', '', array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 77)
at ConnectionFactory->createSingleConnection(array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 51)
at ConnectionFactory->make(array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'), 'mysql')in DatabaseManager.php (line 119)
at DatabaseManager->makeConnection('mysql')in DatabaseManager.php (line 74)
at DatabaseManager->connection()in Schema.php (line 33)
at Schema::getFacadeAccessor()in Facade.php (line 128)
at Facade::getFacadeRoot()in Facade.php (line 215)
at Facade::__callStatic('defaultStringLength', array(191))in AppServiceProvider.php (line 17)
at AppServiceProvider->boot()
at call_user_func_array(array(object(AppServiceProvider), 'boot'), array())in BoundMethod.php (line 29)
at BoundMethod::Illuminate\Container\{closure}()in BoundMethod.php (line 87)
at BoundMethod::callBoundMethod(object(Application), array(object(AppServiceProvider), 'boot'), object(Closure))in BoundMethod.php (line 31)
at BoundMethod::call(object(Application), array(object(AppServiceProvider), 'boot'), array(), null)in Container.php (line 539)
at Container->call(array(object(AppServiceProvider), 'boot'))in Application.php (line 788)
at Application->bootProvider(object(AppServiceProvider))in Application.php (line 771)
at Application->Illuminate\Foundation\{closure}(object(AppServiceProvider), 14)
at array_walk(array(object(EventServiceProvider), object(LogServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FormRequestServiceProvider), object(FoundationServiceProvider), object(NotificationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ViewServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(ServiceProvider), object(VoyagerEventServiceProvider), object(ImageServiceProvider), object(ServiceProvider), object(HooksServiceProvider), object(VoyagerHooksServiceProvider), object(DoctrineSupportServiceProvider), object(VoyagerServiceProvider)), object(Closure))in Application.php (line 772)
at Application->boot()in BootProviders.php (line 17)
at BootProviders->bootstrap(object(Application))in Application.php (line 208)
at Application->bootstrapWith(array('Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 'Illuminate\\Foundation\\Bootstrap\\BootProviders'))in Kernel.php (line 162)
at Kernel->bootstrap()in Kernel.php (line 146)
at Kernel->sendRequestThroughRouter(object(Request))in Kernel.php (line 116)
at Kernel->handle(object(Request))in index.php (line 53)

(1/2) PDOException

SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

in PDOStatement.php (line 105)
at PDOStatement->execute(null)in PDOStatement.php (line 105)
at PDOStatement->execute()in MySqlConnector.php (line 150)
at MySqlConnector->setModes(object(PDOConnection), array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in MySqlConnector.php (line 37)
at MySqlConnector->connect(array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 183)
at ConnectionFactory->Illuminate\Database\Connectors\{closure}()
at call_user_func(object(Closure))in Connection.php (line 883)
at Connection->getPdo()in Connection.php (line 865)
at Connection->getDoctrineConnection()in DoctrineSupportServiceProvider.php (line 54)
at DoctrineSupportServiceProvider->addDoctrineTypes(object(MySqlConnection))in DoctrineSupportServiceProvider.php (line 34)
at DoctrineSupportServiceProvider->Larapack\DoctrineSupport\{closure}(object(MySqlConnection), 'rebus_worldcup', '', array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 272)
at ConnectionFactory->createConnection('mysql', object(Closure), 'rebus_worldcup', '', array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 77)
at ConnectionFactory->createSingleConnection(array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php (line 51)
at ConnectionFactory->make(array('driver' => 'mysql', 'host' => 'gamora.cp9gtzzfveqo.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'rebus_worldcup', 'username' => 'rebus_worldcup', 'password' => 'MdvwH5dCgev8', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'), 'mysql')in DatabaseManager.php (line 119)
at DatabaseManager->makeConnection('mysql')in DatabaseManager.php (line 74)
at DatabaseManager->connection()in Schema.php (line 33)
at Schema::getFacadeAccessor()in Facade.php (line 128)
at Facade::getFacadeRoot()in Facade.php (line 215)
at Facade::__callStatic('defaultStringLength', array(191))in AppServiceProvider.php (line 17)
at AppServiceProvider->boot()
at call_user_func_array(array(object(AppServiceProvider), 'boot'), array())in BoundMethod.php (line 29)
at BoundMethod::Illuminate\Container\{closure}()in BoundMethod.php (line 87)
at BoundMethod::callBoundMethod(object(Application), array(object(AppServiceProvider), 'boot'), object(Closure))in BoundMethod.php (line 31)
at BoundMethod::call(object(Application), array(object(AppServiceProvider), 'boot'), array(), null)in Container.php (line 539)
at Container->call(array(object(AppServiceProvider), 'boot'))in Application.php (line 788)
at Application->bootProvider(object(AppServiceProvider))in Application.php (line 771)
at Application->Illuminate\Foundation\{closure}(object(AppServiceProvider), 14)
at array_walk(array(object(EventServiceProvider), object(LogServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FormRequestServiceProvider), object(FoundationServiceProvider), object(NotificationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ViewServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(ServiceProvider), object(VoyagerEventServiceProvider), object(ImageServiceProvider), object(ServiceProvider), object(HooksServiceProvider), object(VoyagerHooksServiceProvider), object(DoctrineSupportServiceProvider), object(VoyagerServiceProvider)), object(Closure))in Application.php (line 772)
at Application->boot()in BootProviders.php (line 17)
at BootProviders->bootstrap(object(Application))in Application.php (line 208)
at Application->bootstrapWith(array('Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 'Illuminate\\Foundation\\Bootstrap\\BootProviders'))in Kernel.php (line 162)
at Kernel->bootstrap()in Kernel.php (line 146)
at Kernel->sendRequestThroughRouter(object(Request))in Kernel.php (line 116)
at Kernel->handle(object(Request))in index.php (line 53)