Skip to content

Valet Installation problem #96

Description

@alpanango

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions