Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valet Installation problem #96

Open
alpanango opened this issue Sep 4, 2017 · 0 comments
Open

Valet Installation problem #96

alpanango opened this issue Sep 4, 2017 · 0 comments

Comments

@alpanango
Copy link

I am installing this into a valet 7.1 and after doing all the configuration I get this error.

Symfony \ Component \ Debug \ Exception \ FatalErrorException
Uncaught TypeError: Argument 1 passed to Illuminate\Exception\WhoopsDisplayer::display() must be an instance of Exception, instance of Error given, called in /Volumes/Others/valet/tricks/vendor/laravel/framework/src/Illuminate/Exception/Handler.php on line 279 and defined in /Volumes/Others/valet/tricks/vendor/laravel/framework/src/Illuminate/Exception/WhoopsDisplayer.php:43 Stack trace: #0 /Volumes/Others/valet/tricks/vendor/laravel/framework/src/Illuminate/Exception/Handler.php(279): Illuminate\Exception\WhoopsDisplayer->display(Object(Error)) #1 /Volumes/Others/valet/tricks/vendor/laravel/framework/src/Illuminate/Exception/Handler.php(158): Illuminate\Exception\Handler->displayException(Object(Error)) #2 /Volumes/Others/valet/tricks/vendor/laravel/framework/src/Illuminate/Exception/Handler.php(169): Illuminate\Exception\Handler->handleException(Object(Error)) #3 [internal function]: Illuminate\Exception\Handler->handleUncaughtException(Object(Error)) #4 {main} thrown
open: /Volumes/Others/valet/tricks/vendor/laravel/framework/src/Illuminate/Exception/WhoopsDisplayer.php

/**
 * Display the given exception to the user.
 *
 * @param  \Exception  $exception
 * @return \Symfony\Component\HttpFoundation\Response
 */
public function display(Exception $exception)
{
	$status = $exception instanceof HttpExceptionInterface ? $exception->getStatusCode() : 500;

Tried all auto-dump , but dont know what is the problems are. Please help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant