Alex

Results 15 comments of Alex

Sorry for taking so long to answer :-P So ... @Arne1303 ... the last one works. SUMMARY: In your first solution (https://github.com/404labfr/laravel-impersonate/issues/162#issuecomment-1193132174) your modifications involved - to extend the session...

Interested here too ... Laravel 9, PHP >8

The error has "arrived" again after some update in the last week :-( I don't know if the problem is 1.7.4 ... but again, only impersonates correctly when users have...

> @adantart I can confirm this issue is still unresolved for me as well. Weird thing here is that it was "fixed" for me, until a week ago or so...

I know this is AWFUL code ... but just to show you ... If withSettings method (in HasSettings) is replaced by this: ``` return static::select('users.id')->join('property_bag', 'property_bag.resource_id', 'users.id') ->where('key', '=', $key)...