I have a very similar error! My problem line is 199 in
/vendor/symfony/debug/Symfony/Component/Debug/ExceptionHandler.php
Same thing though--
Undefined property: Symfony\Component\Debug\ExceptionHandler::$charset'
Makes it so I errors do not render. Super frustrating! No idea what's happening here, did you get yours figured out?
I had a similar issue, with "ErrorException: Undefined property: Symfony\Component\Debug\ExceptionHandler::$charset in /var/www/html/development/paid/vendor/symfony/debug/Symfony/Component/Debug/ExceptionHandler.php on line 199".
Like Elessar, I hacked it by adding "$this->charset = "UTF-8";" into the constructor.
I'll wager they'll fix these issues in an upcoming release.
I have the same issue and still there is no fix
When i make
Redirect::to($url);
I get
ErrorException in Response.php line 285: Undefined property: Illuminate\Http\Response::$charset
edit: i updated laravel with composer and the error is gone
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community