Support the ongoing development of Laravel.io →
posted 9 years ago
Session
Last updated 1 year ago.
0

Anybody, please?

0

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?

0

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.

0

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

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Elessar elessar Joined 3 Mar 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.