/home/stagepla/system/core/Common.php [ 568 ]
563 }
564 }
565
566 if (strpos(PHP_SAPI, 'cgi') === 0)
567 {
568 header('Status: '.$code.' '.$text, TRUE);
569 }
570 else
571 {
572 $server_protocol = isset($_SERVER['SERVER_PROTOCOL']) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.1';
573 header($server_protocol.' '.$code.' '.$text, TRUE, $code);
-
{PHP internal call} » MY_Exceptions::error_handler( arguments )
code2
errorCannot modify header information - headers already sent by (output started at /home/stagepla/system/core/Exceptions.php:75)
file/home/stagepla/system/core/Common.php
line568
-
/home/stagepla/system/core/Common.php [ 568 ] » header( arguments )
headerStatus: 500 Internal Server Error
replace1
563 } 564 } 565 566 if (strpos(PHP_SAPI, 'cgi') === 0) 567 { 568 header('Status: '.$code.' '.$text, TRUE); 569 } 570 else 571 { 572 $server_protocol = isset($_SERVER['SERVER_PROTOCOL']) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.1'; 573 header($server_protocol.' '.$code.' '.$text, TRUE, $code); -
/home/stagepla/system/core/Exceptions.php [ 210 ] » set_status_header( arguments )
code500
205 { 206 $templates_path .= 'cli'.DIRECTORY_SEPARATOR; 207 } 208 else 209 { 210 set_status_header(500); 211 $templates_path .= 'html'.DIRECTORY_SEPARATOR; 212 } 213 214 if (ob_get_level() > $this->ob_level + 1) 215 { -
/home/stagepla/system/core/Common.php [ 662 ] » CI_Exceptions->show_exception( arguments )
exceptionError Object ( [message:protected] => Class "MY_Exceptions" not found [string:Error:private] => [code:protected] => 0 [file:protected] => /home/stagepla/system/core/Common.php [line:protected] => 196 [trace:Error:private] => Array ( [0] => Array ( [file] => /home/stagepla/system/core/Common.php [line] => 621 [function] => load_class [args] => Array ( [0] => Exceptions [1] => core ) ) [1] => Array ( [file] => /home/stagepla/system/core/Common.php [line] => 177 [function] => _error_handler [args] => Array ( [0] => 8192 [1] => MY_Exceptions::trace(): Implicitly marking parameter $trace as nullable is deprecated, the explicit nullable type must be used instead [2] => /home/stagepla/application/core/MY_Exceptions.php [3] => 369 ) ) [2] => Array ( [file] => /home/stagepla/system/core/Common.php [line] => 177 [args] => Array ( [0] => /home/stagepla/system/core/Common.php ) [function] => require_once ) [3] => Array ( [file] => /home/stagepla/application/hooks/uhoh.php [line] => 29 [function] => load_class [args] => Array ( [0] => Exceptions [1] => core ) ) [4] => Array ( [file] => /home/stagepla/system/core/Hooks.php [line] => 259 [function] => load_exceptions [args] => Array ( [0] => ) ) [5] => Array ( [file] => /home/stagepla/system/core/Hooks.php [line] => 149 [function] => _run_hook [class] => CI_Hooks [type] => -> [args] => Array ( [0] => Array ( [function] => load_exceptions [filename] => uhoh.php [filepath] => hooks ) ) ) [6] => Array ( [file] => /home/stagepla/system/core/CodeIgniter.php [line] => 204 [function] => call_hook [class] => CI_Hooks [type] => -> [args] => Array ( [0] => pre_system ) ) [7] => Array ( [file] => /home/stagepla/public_html/index.php [line] => 325 [args] => Array ( [0] => /home/stagepla/system/core/CodeIgniter.php ) [function] => require_once ) ) [previous:Error:private] => )657 $_error->log_exception('error', 'Exception: '.$exception->getMessage(), $exception->getFile(), $exception->getLine()); 658 659 // Should we display the error? 660 if (str_ireplace(array('off', 'none', 'no', 'false', 'null'), '', ini_get('display_errors'))) 661 { 662 $_error->show_exception($exception); 663 } 664 665 exit(1); // EXIT_ERROR 666 } 667 } -
{PHP internal call} » _exception_handler( arguments )
exceptionError Object ( [message:protected] => Class "MY_Exceptions" not found [string:Error:private] => [code:protected] => 0 [file:protected] => /home/stagepla/system/core/Common.php [line:protected] => 196 [trace:Error:private] => Array ( [0] => Array ( [file] => /home/stagepla/system/core/Common.php [line] => 621 [function] => load_class [args] => Array ( [0] => Exceptions [1] => core ) ) [1] => Array ( [file] => /home/stagepla/system/core/Common.php [line] => 177 [function] => _error_handler [args] => Array ( [0] => 8192 [1] => MY_Exceptions::trace(): Implicitly marking parameter $trace as nullable is deprecated, the explicit nullable type must be used instead [2] => /home/stagepla/application/core/MY_Exceptions.php [3] => 369 ) ) [2] => Array ( [file] => /home/stagepla/system/core/Common.php [line] => 177 [args] => Array ( [0] => /home/stagepla/system/core/Common.php ) [function] => require_once ) [3] => Array ( [file] => /home/stagepla/application/hooks/uhoh.php [line] => 29 [function] => load_class [args] => Array ( [0] => Exceptions [1] => core ) ) [4] => Array ( [file] => /home/stagepla/system/core/Hooks.php [line] => 259 [function] => load_exceptions [args] => Array ( [0] => ) ) [5] => Array ( [file] => /home/stagepla/system/core/Hooks.php [line] => 149 [function] => _run_hook [class] => CI_Hooks [type] => -> [args] => Array ( [0] => Array ( [function] => load_exceptions [filename] => uhoh.php [filepath] => hooks ) ) ) [6] => Array ( [file] => /home/stagepla/system/core/CodeIgniter.php [line] => 204 [function] => call_hook [class] => CI_Hooks [type] => -> [args] => Array ( [0] => pre_system ) ) [7] => Array ( [file] => /home/stagepla/public_html/index.php [line] => 325 [args] => Array ( [0] => /home/stagepla/system/core/CodeIgniter.php ) [function] => require_once ) ) [previous:Error:private] => )