'errors' => array( // Which errors should we show, but continue execution? 'continue_on' => array(E_NOTICE, E_WARNING, E_DEPRECATED, E_STRICT), // How many errors should we show before we stop showing them? (prevents out-of-memory errors) 'throttle' => 10, // Should notices from Error::notice() be shown? 'notices' => true, ), 'log_threshold' => Fuel::L_ALL, 'log_path' => APPPATH.'logs/', 'log_date_format' => 'Y-m-d H:i:s',
error_reporting(-1); ini_set('display_errors', 1);
It looks like you're new here. If you want to get involved, click one of these buttons!