[Plugin: BlackBox Debug Bar] php notice, small hint
-
At first, great idea and plugin.
Please can you add a small check for $_SESSION to deactivate my php notices; i have all warnings anf notice on at my development client.
Many thanksprivate function __construct() { $this->_profiler = new BlackBox_Profiler(); if ( !isset($_SESSION) ) $_SESSION = ''; $this->_globals = array( 'get' => $_GET, 'post' => $_POST, 'cookie' => $_COOKIE, 'session' => $_SESSION, 'server' => $_SERVER ); }
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘[Plugin: BlackBox Debug Bar] php notice, small hint’ is closed to new replies.