[GH-ISSUE #193] error when logging in for the first time #138

Closed
opened 2026-02-26 02:32:15 +03:00 by kerem · 5 comments
Owner

Originally created by @matthewdias on GitHub (Jan 17, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/193

  1. in Connector.php line 55
  2. at PDO->__construct('mysql:host=localhost;dbname=homestead', 'homestead', 'secret', array('0', '2', '0', false, '0')) in Connector.php line 55
  3. at Connector->createConnection('mysql:host=localhost;dbname=homestead', array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql'), array('0', '2', '0', false, '0')) in MySqlConnector.php line 22
  4. at MySqlConnector->connect(array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql')) in compiled.php line 11413
  5. at ConnectionFactory->createSingleConnection(array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'name' => 'mysql')) in compiled.php line 11409
  6. at ConnectionFactory->make(array('driver' => 'mysql', 'host' => 'localhost', 'database' => 'homestead', 'username' => 'homestead', 'password' => 'secret', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false), 'mysql') in compiled.php line 11316
  7. at DatabaseManager->makeConnection('mysql') in compiled.php line 11271
  8. at DatabaseManager->connection(null) in compiled.php line 11147
  9. at Model::resolveConnection(null) in compiled.php line 11134
  10. at Model->getConnection() in compiled.php line 10558
  11. at Model->newBaseQueryBuilder() in compiled.php line 10549
  12. at Model->newQueryWithoutScopes() in compiled.php line 10536
  13. at Model->newQuery() in compiled.php line 986
  14. at EloquentUserProvider->retrieveByCredentials(array('email' => 'email', 'password' => 'password')) in compiled.php line 588
  15. at SessionGuard->attempt(array('email' => 'email', 'password' => 'password'), false)
  16. at call_user_func_array(array(object(SessionGuard), 'attempt'), array(array('email' => 'email', 'password' => 'password'), false)) in compiled.php line 444
  17. at AuthManager->__call('attempt', array(array('email' => 'email', 'password' => 'password'), false)) in compiled.php line 6052
  18. at AuthManager->attempt(array('email' => 'email', 'password' => 'password'), false) in compiled.php line 6052
  19. at Facade::__callStatic('attempt', array(array('email' => 'email', 'password' => 'password'), false)) in compiled.php line 2405
  20. at Auth::attempt(array('email' => 'email', 'password' => 'password'), false) in compiled.php line 2405
  21. at AuthController->login(object(Request)) in compiled.php line 2395
  22. at AuthController->postLogin(object(Request))
  23. at call_user_func_array(array(object(AuthController), 'postLogin'), array(object(Request))) in compiled.php line 8999
  24. at Controller->callAction('postLogin', array(object(Request))) in compiled.php line 9061
  25. at ControllerDispatcher->call(object(AuthController), object(Route), 'postLogin') in compiled.php line 9041
  26. at ControllerDispatcher->Illuminate\Routing\{closure}(object(Request))
  27. at call_user_func(object(Closure), object(Request)) in compiled.php line 9536
  28. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in RedirectIfAuthenticated.php line 41
  29. at RedirectIfAuthenticated->handle(object(Request), object(Closure))
  30. at call_user_func_array(array(object(RedirectIfAuthenticated), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  31. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  32. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 30
  33. at Pipeline->Illuminate\Routing\{closure}(object(Request))
  34. at call_user_func(object(Closure), object(Request)) in compiled.php line 9518
  35. at Pipeline->then(object(Closure)) in compiled.php line 9042
  36. at ControllerDispatcher->callWithinStack(object(AuthController), object(Route), object(Request), 'postLogin') in compiled.php line 9029
  37. at ControllerDispatcher->dispatch(object(Route), object(Request), 'App\Http\Controllers\Auth\AuthController', 'postLogin') in compiled.php line 8140
  38. at Route->runController(object(Request)) in compiled.php line 8127
  39. at Route->run(object(Request)) in compiled.php line 7855
  40. at Router->Illuminate\Routing\{closure}(object(Request))
  41. at call_user_func(object(Closure), object(Request)) in compiled.php line 9536
  42. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  43. at call_user_func(object(Closure), object(Request)) in compiled.php line 9518
  44. at Pipeline->then(object(Closure)) in compiled.php line 7856
  45. at Router->runRouteWithinStack(object(Route), object(Request)) in compiled.php line 7847
  46. at Router->dispatchToRoute(object(Request)) in compiled.php line 7837
  47. at Router->dispatch(object(Request)) in compiled.php line 2349
  48. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
  49. at call_user_func(object(Closure), object(Request)) in compiled.php line 9536
  50. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 3025
  51. at VerifyCsrfToken->handle(object(Request), object(Closure))
  52. at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  53. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 12943
  54. at ShareErrorsFromSession->handle(object(Request), object(Closure))
  55. at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  56. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 11530
  57. at StartSession->handle(object(Request), object(Closure))
  58. at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  59. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 12682
  60. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
  61. at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  62. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 12619
  63. at EncryptCookies->handle(object(Request), object(Closure))
  64. at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  65. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in compiled.php line 3086
  66. at CheckForMaintenanceMode->handle(object(Request), object(Closure))
  67. at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in compiled.php line 9528
  68. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
  69. at call_user_func(object(Closure), object(Request)) in compiled.php line 9518
  70. at Pipeline->then(object(Closure)) in compiled.php line 2296
  71. at Kernel->sendRequestThroughRouter(object(Request)) in compiled.php line 2280
  72. at Kernel->handle(object(Request)) in index.php line 53
  73. at require_once('/Users/Matthew/Documents/koel/index.php') in server.php line 19
Originally created by @matthewdias on GitHub (Jan 17, 2016). Original GitHub issue: https://github.com/koel/koel/issues/193 <div class="block"> <ol class="traces list_exception"> <li> in <a title="/Users/Matthew/Documents/koel/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php line 55" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">Connector.php line 55</a></li> <li>at <abbr title="PDO">PDO</abbr>-&gt;__construct('mysql:host=localhost;dbname=homestead', 'homestead', 'secret', <em>array</em>('0', '2', '0', <em>false</em>, '0')) in <a title="/Users/Matthew/Documents/koel/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php line 55" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">Connector.php line 55</a></li> <li>at <abbr title="Illuminate\Database\Connectors\Connector">Connector</abbr>-&gt;createConnection('mysql:host=localhost;dbname=homestead', <em>array</em>('driver' =&gt; 'mysql', 'host' =&gt; 'localhost', 'database' =&gt; 'homestead', 'username' =&gt; 'homestead', 'password' =&gt; 'secret', 'charset' =&gt; 'utf8', 'collation' =&gt; 'utf8_unicode_ci', 'prefix' =&gt; '', 'strict' =&gt; <em>false</em>, 'name' =&gt; 'mysql'), <em>array</em>('0', '2', '0', <em>false</em>, '0')) in <a title="/Users/Matthew/Documents/koel/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php line 22" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">MySqlConnector.php line 22</a></li> <li>at <abbr title="Illuminate\Database\Connectors\MySqlConnector">MySqlConnector</abbr>-&gt;connect(<em>array</em>('driver' =&gt; 'mysql', 'host' =&gt; 'localhost', 'database' =&gt; 'homestead', 'username' =&gt; 'homestead', 'password' =&gt; 'secret', 'charset' =&gt; 'utf8', 'collation' =&gt; 'utf8_unicode_ci', 'prefix' =&gt; '', 'strict' =&gt; <em>false</em>, 'name' =&gt; 'mysql')) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11413" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11413</a></li> <li>at <abbr title="Illuminate\Database\Connectors\ConnectionFactory">ConnectionFactory</abbr>-&gt;createSingleConnection(<em>array</em>('driver' =&gt; 'mysql', 'host' =&gt; 'localhost', 'database' =&gt; 'homestead', 'username' =&gt; 'homestead', 'password' =&gt; 'secret', 'charset' =&gt; 'utf8', 'collation' =&gt; 'utf8_unicode_ci', 'prefix' =&gt; '', 'strict' =&gt; <em>false</em>, 'name' =&gt; 'mysql')) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11409" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11409</a></li> <li>at <abbr title="Illuminate\Database\Connectors\ConnectionFactory">ConnectionFactory</abbr>-&gt;make(<em>array</em>('driver' =&gt; 'mysql', 'host' =&gt; 'localhost', 'database' =&gt; 'homestead', 'username' =&gt; 'homestead', 'password' =&gt; 'secret', 'charset' =&gt; 'utf8', 'collation' =&gt; 'utf8_unicode_ci', 'prefix' =&gt; '', 'strict' =&gt; <em>false</em>), 'mysql') in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11316" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11316</a></li> <li>at <abbr title="Illuminate\Database\DatabaseManager">DatabaseManager</abbr>-&gt;makeConnection('mysql') in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11271" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11271</a></li> <li>at <abbr title="Illuminate\Database\DatabaseManager">DatabaseManager</abbr>-&gt;connection(<em>null</em>) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11147" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11147</a></li> <li>at <abbr title="Illuminate\Database\Eloquent\Model">Model</abbr>::resolveConnection(<em>null</em>) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11134" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11134</a></li> <li>at <abbr title="Illuminate\Database\Eloquent\Model">Model</abbr>-&gt;getConnection() in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 10558" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 10558</a></li> <li>at <abbr title="Illuminate\Database\Eloquent\Model">Model</abbr>-&gt;newBaseQueryBuilder() in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 10549" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 10549</a></li> <li>at <abbr title="Illuminate\Database\Eloquent\Model">Model</abbr>-&gt;newQueryWithoutScopes() in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 10536" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 10536</a></li> <li>at <abbr title="Illuminate\Database\Eloquent\Model">Model</abbr>-&gt;newQuery() in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 986" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 986</a></li> <li>at <abbr title="Illuminate\Auth\EloquentUserProvider">EloquentUserProvider</abbr>-&gt;retrieveByCredentials(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password')) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 588" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 588</a></li> <li>at <abbr title="Illuminate\Auth\SessionGuard">SessionGuard</abbr>-&gt;attempt(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password'), <em>false</em>)</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="Illuminate\Auth\SessionGuard">SessionGuard</abbr>), 'attempt'), <em>array</em>(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password'), <em>false</em>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 444" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 444</a></li> <li>at <abbr title="Illuminate\Auth\AuthManager">AuthManager</abbr>-&gt;__call('attempt', <em>array</em>(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password'), <em>false</em>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 6052" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 6052</a></li> <li>at <abbr title="Illuminate\Auth\AuthManager">AuthManager</abbr>-&gt;attempt(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password'), <em>false</em>) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 6052" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 6052</a></li> <li>at <abbr title="Illuminate\Support\Facades\Facade">Facade</abbr>::__callStatic('attempt', <em>array</em>(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password'), <em>false</em>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 2405" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 2405</a></li> <li>at <abbr title="Illuminate\Support\Facades\Auth">Auth</abbr>::attempt(<em>array</em>('email' =&gt; 'email', 'password' =&gt; 'password'), <em>false</em>) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 2405" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 2405</a></li> <li>at <abbr title="App\Http\Controllers\Auth\AuthController">AuthController</abbr>-&gt;login(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 2395" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 2395</a></li> <li>at <abbr title="App\Http\Controllers\Auth\AuthController">AuthController</abbr>-&gt;postLogin(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="App\Http\Controllers\Auth\AuthController">AuthController</abbr>), 'postLogin'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 8999" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 8999</a></li> <li>at <abbr title="Illuminate\Routing\Controller">Controller</abbr>-&gt;callAction('postLogin', <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9061" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9061</a></li> <li>at <abbr title="Illuminate\Routing\ControllerDispatcher">ControllerDispatcher</abbr>-&gt;call(<em>object</em>(<abbr title="App\Http\Controllers\Auth\AuthController">AuthController</abbr>), <em>object</em>(<abbr title="Illuminate\Routing\Route">Route</abbr>), 'postLogin') in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9041" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9041</a></li> <li>at <abbr title="Illuminate\Routing\ControllerDispatcher">ControllerDispatcher</abbr>-&gt;Illuminate\Routing\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9536" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9536</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/app/Http/Middleware/RedirectIfAuthenticated.php line 41" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">RedirectIfAuthenticated.php line 41</a></li> <li>at <abbr title="App\Http\Middleware\RedirectIfAuthenticated">RedirectIfAuthenticated</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="App\Http\Middleware\RedirectIfAuthenticated">RedirectIfAuthenticated</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php line 30" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">Pipeline.php line 30</a></li> <li>at <abbr title="Illuminate\Routing\Pipeline">Pipeline</abbr>-&gt;Illuminate\Routing\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9518" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9518</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;then(<em>object</em>(<abbr title="Closure">Closure</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9042" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9042</a></li> <li>at <abbr title="Illuminate\Routing\ControllerDispatcher">ControllerDispatcher</abbr>-&gt;callWithinStack(<em>object</em>(<abbr title="App\Http\Controllers\Auth\AuthController">AuthController</abbr>), <em>object</em>(<abbr title="Illuminate\Routing\Route">Route</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), 'postLogin') in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9029" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9029</a></li> <li>at <abbr title="Illuminate\Routing\ControllerDispatcher">ControllerDispatcher</abbr>-&gt;dispatch(<em>object</em>(<abbr title="Illuminate\Routing\Route">Route</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), 'App\Http\Controllers\Auth\AuthController', 'postLogin') in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 8140" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 8140</a></li> <li>at <abbr title="Illuminate\Routing\Route">Route</abbr>-&gt;runController(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 8127" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 8127</a></li> <li>at <abbr title="Illuminate\Routing\Route">Route</abbr>-&gt;run(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 7855" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 7855</a></li> <li>at <abbr title="Illuminate\Routing\Router">Router</abbr>-&gt;Illuminate\Routing\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9536" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9536</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9518" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9518</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;then(<em>object</em>(<abbr title="Closure">Closure</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 7856" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 7856</a></li> <li>at <abbr title="Illuminate\Routing\Router">Router</abbr>-&gt;runRouteWithinStack(<em>object</em>(<abbr title="Illuminate\Routing\Route">Route</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 7847" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 7847</a></li> <li>at <abbr title="Illuminate\Routing\Router">Router</abbr>-&gt;dispatchToRoute(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 7837" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 7837</a></li> <li>at <abbr title="Illuminate\Routing\Router">Router</abbr>-&gt;dispatch(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 2349" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 2349</a></li> <li>at <abbr title="Illuminate\Foundation\Http\Kernel">Kernel</abbr>-&gt;Illuminate\Foundation\Http\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9536" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9536</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 3025" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 3025</a></li> <li>at <abbr title="Illuminate\Foundation\Http\Middleware\VerifyCsrfToken">VerifyCsrfToken</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="App\Http\Middleware\VerifyCsrfToken">VerifyCsrfToken</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 12943" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 12943</a></li> <li>at <abbr title="Illuminate\View\Middleware\ShareErrorsFromSession">ShareErrorsFromSession</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="Illuminate\View\Middleware\ShareErrorsFromSession">ShareErrorsFromSession</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 11530" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 11530</a></li> <li>at <abbr title="Illuminate\Session\Middleware\StartSession">StartSession</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="Illuminate\Session\Middleware\StartSession">StartSession</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 12682" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 12682</a></li> <li>at <abbr title="Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse">AddQueuedCookiesToResponse</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse">AddQueuedCookiesToResponse</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 12619" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 12619</a></li> <li>at <abbr title="Illuminate\Cookie\Middleware\EncryptCookies">EncryptCookies</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="App\Http\Middleware\EncryptCookies">EncryptCookies</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 3086" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 3086</a></li> <li>at <abbr title="Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode">CheckForMaintenanceMode</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func_array(<em>array</em>(<em>object</em>(<abbr title="Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode">CheckForMaintenanceMode</abbr>), 'handle'), <em>array</em>(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>), <em>object</em>(<abbr title="Closure">Closure</abbr>))) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9528" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9528</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;Illuminate\Pipeline\{closure}(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>))</li> <li>at <abbr title=""></abbr>call_user_func(<em>object</em>(<abbr title="Closure">Closure</abbr>), <em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 9518" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 9518</a></li> <li>at <abbr title="Illuminate\Pipeline\Pipeline">Pipeline</abbr>-&gt;then(<em>object</em>(<abbr title="Closure">Closure</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 2296" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 2296</a></li> <li>at <abbr title="Illuminate\Foundation\Http\Kernel">Kernel</abbr>-&gt;sendRequestThroughRouter(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/bootstrap/cache/compiled.php line 2280" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">compiled.php line 2280</a></li> <li>at <abbr title="Illuminate\Foundation\Http\Kernel">Kernel</abbr>-&gt;handle(<em>object</em>(<abbr title="Illuminate\Http\Request">Request</abbr>)) in <a title="/Users/Matthew/Documents/koel/index.php line 53" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">index.php line 53</a></li> <li>at <abbr title=""></abbr>require_once('/Users/Matthew/Documents/koel/index.php') in <a title="/Users/Matthew/Documents/koel/server.php line 19" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">server.php line 19</a></li> </ol> </div>
kerem closed this issue 2026-02-26 02:32:15 +03:00
Author
Owner

@phanan commented on GitHub (Jan 18, 2016):

You're not providing the error message, but yes, you're using wrong database credentials. Please read the installation guide.

<!-- gh-comment-id:172416417 --> @phanan commented on GitHub (Jan 18, 2016): You're not providing the error message, but yes, you're using wrong database credentials. Please read the installation guide.
Author
Owner

@hansaliyad1 commented on GitHub (Jan 21, 2016):

@phanan I have the same issue. Hope you can help me to solve the problem. I am seeing the same error mentioned above.

<!-- gh-comment-id:173709968 --> @hansaliyad1 commented on GitHub (Jan 21, 2016): @phanan I have the same issue. Hope you can help me to solve the problem. I am seeing the same error mentioned above.
Author
Owner

@matthewdias commented on GitHub (Jan 21, 2016):

I realized later that you need to setup a database yourself and add credential for it in the config. This is specified in the guide, but it does not tell you how to do it.

<!-- gh-comment-id:173712236 --> @matthewdias commented on GitHub (Jan 21, 2016): I realized later that you need to setup a database yourself and add credential for it in the config. This is specified in the guide, but it does not tell you how to do it.
Author
Owner

@hansaliyad1 commented on GitHub (Jan 22, 2016):

@matthewdias ...Do I have to setup complete database? Where can I find credentials and other stuff? Can you please tell more details?

<!-- gh-comment-id:173780795 --> @hansaliyad1 commented on GitHub (Jan 22, 2016): @matthewdias ...Do I have to setup complete database? Where can I find credentials and other stuff? Can you please tell more details?
Author
Owner

@matthewdias commented on GitHub (Jan 22, 2016):

use mysql or something similar to create a database, and add a user with credentials that you choose. then just fill in the config file with the database name, username, and password that you created.

<!-- gh-comment-id:173852109 --> @matthewdias commented on GitHub (Jan 22, 2016): use mysql or something similar to create a database, and add a user with credentials that you choose. then just fill in the config file with the database name, username, and password that you created.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#138
No description provided.