Deprecated: Optional parameter $level declared before required parameter $message is implicitly treated as a required parameter in /home/pstreltech/treltech.com/billing/system/codeigniter/core/Common.php on line 350

ErrorException [ Warning ]: Undefined variable $undefined_var
APPPATH/core/Pancake_Controller.php:101
URI String:

 96 
 97         $this->benchmark->mark('pancake_controller_construct_start');
 98 
 99         # This is here because it somehow makes all strict errors appear.
100         # Don't. Even. Ask.
101         @$undefined_var++;
102 
103         # @ is used here to prevent errors with some of the stricter hosts who disable ini_set.
104         # We hide the errors here because CI has loaded, and we can rely on the Exceptions engine to display errors for us.
105         @ini_set('display_errors', false);
106 
  1. APPPATH/core/Pancake_Controller.php [ 101 ] » Pancake_Exceptions::error_handler(arguments)

  2. APPPATH/libraries/Public_Controller.php [ 40 ] » Pancake_Controller->__construct()

  3. FCPATH/system/codeigniter/core/CodeIgniter.php [ 311 ] » Public_Controller->__construct()

  4. APPPATH/pancake_index.php [ 232 ] » require_once(arguments)

  5. FCPATH/index.php [ 16 ] » require_once(arguments)