Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Laravel development server started: <http://127.0.0.1:8000>
  2. PHP 7.2.8 Development Server started at Thu Sep 20 19:20:25 2018
  3. [Thu Sep 20 19:20:49 2018] PHP Fatal error: Interface 'SessionHandlerInterface' not found in /var/www/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php on line 10
  4. [Thu Sep 20 19:20:49 2018] PHP Fatal error: Uncaught TypeError: Argument 2 passed to Illuminate\Session\Store::__construct() must be an instance of SessionHandlerInterface, instance of Illuminate\Session\FileSessionHandler given, called in /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php on line 169 and defined in /var/www/vendor/laravel/framework/src/Illuminate/Session/Store.php:57
  5. Stack trace:
  6. #0 /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php(169): Illuminate\Session\Store->__construct('laravel_session', Object(Illuminate\Session\FileSessionHandler))
  7. #1 /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php(62): Illuminate\Session\SessionManager->buildSession(Object(Illuminate\Session\FileSessionHandler))
  8. #2 /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php(49): Illuminate\Session\SessionManager->createNativeDriver()
  9. #3 /var/www/vendor/laravel/framework/src/Illuminate/Support/Manager.php(96): Illuminate\Session\SessionManager->createFileDriver()
  10. #4 in /var/www/vendor/laravel/framework/src/Illuminate/Session/Store.php on line 57
  11. [Thu Sep 20 19:20:51 2018] PHP Fatal error: Interface 'SessionHandlerInterface' not found in /var/www/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php on line 10
  12. [Thu Sep 20 19:20:51 2018] PHP Fatal error: Uncaught TypeError: Argument 2 passed to Illuminate\Session\Store::__construct() must be an instance of SessionHandlerInterface, instance of Illuminate\Session\FileSessionHandler given, called in /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php on line 169 and defined in /var/www/vendor/laravel/framework/src/Illuminate/Session/Store.php:57
  13. Stack trace:
  14. #0 /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php(169): Illuminate\Session\Store->__construct('laravel_session', Object(Illuminate\Session\FileSessionHandler))
  15. #1 /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php(62): Illuminate\Session\SessionManager->buildSession(Object(Illuminate\Session\FileSessionHandler))
  16. #2 /var/www/vendor/laravel/framework/src/Illuminate/Session/SessionManager.php(49): Illuminate\Session\SessionManager->createNativeDriver()
  17. #3 /var/www/vendor/laravel/framework/src/Illuminate/Support/Manager.php(96): Illuminate\Session\SessionManager->createFileDriver()
  18. #4 in /var/www/vendor/laravel/framework/src/Illuminate/Session/Store.php on line 57
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement