Update to debug-bar v 0.8.3 causes recursive __construct in Debug_Bar_Panel
-
Updated to 0.8.3 and got error about nesting too deep.
Looks like your new constructors in debug-bar-panel are at fault on lines 8 and 19 of debug-bar-panel.php
Replacing
$this->title( $title );
on both lines with
$this->title = $title;
resolves on my install.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update to debug-bar v 0.8.3 causes recursive __construct in Debug_Bar_Panel’ is closed to new replies.