-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
@LukeTowers
On a working project, if I update to Winter.Debugbar v4.0.6, I ran into a xDebug infinite loop warning when trying to put a model in cache.
How to fix the issue:
- Revert to version 4.0.5
or - Comment this line in Plugin.php
Line 58 in 9a709a8
Config::set('debugbar', Config::get('winter.debugbar::config'));
or - Replace config
winter.debugbar.options.mailwith :
'mail' => [
// 'full_log' => false
'timeline' => env('DEBUGBAR_OPTIONS_MAIL_TIMELINE', true), // Add mails to the timeline
'show_body' => env('DEBUGBAR_OPTIONS_MAIL_SHOW_BODY', false),
],In this latest case, what I don't understand is having to set the value of options.mail.timeline to true.
If I set it to false, I get the same error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status