Advertisement
Guest User

error

a guest
Jan 2nd, 2016
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. C:\xampp\htdocs\forumsv2>php artisan migrate
  2. Migration table created successfully.
  3. PHP Fatal error: Uncaught TypeError: Argument 1 passed to Illuminate\Exception\WhoopsDisplayer::display() must be an instance of Exception, instance of ParseError given, called in C:\xampp\htdocs\forumsv2\vendor\laravel\framework\src\Illuminate\Exception\Handler.php on line 275 and defined in C:\xampp\htdocs\forumsv2\vendor\laravel\framework\src\Illuminate\Exception\WhoopsDisplayer.php:40
  4. Stack trace:
  5. #0 C:\xampp\htdocs\forumsv2\vendor\laravel\framework\src\Illuminate\Exception\Handler.php(275): Illuminate\Exception\WhoopsDisplayer->display(Object(ParseError))
  6. #1 C:\xampp\htdocs\forumsv2\vendor\laravel\framework\src\Illuminate\Exception\Handler.php(162): Illuminate\Exception\Handler->displayException(Object(ParseError))
  7. #2 [internal function]: Illuminate\Exception\Handler->handleException(Object(ParseError))
  8. #3 {main}
  9. thrown in C:\xampp\htdocs\forumsv2\vendor\laravel\framework\src\Illuminate\Exception\WhoopsDisplayer.php on line 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement