CodeIgniter Forums
Call to undefined function set_status_header() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Call to undefined function set_status_header() (/showthread.php?tid=58769)



Call to undefined function set_status_header() - El Forum - 07-16-2013

[eluser]jzmwebdevelopement[/eluser]
I have a client using CI 1.7.0 and I have the following error can anyone provide any light to this?

Code:
Call to undefined function set_status_header() in /system/libraries/Exceptions.php on line 118

The line is
Code:
set_status_header($status_code);



Call to undefined function set_status_header() - El Forum - 07-18-2013

[eluser]plain jane[/eluser]
The <code> set_status_header() </code> function was added in version 1.7.2.

Please refer <url>http://ellislab.com/codeigniter/user-guide/changelog.html</url>


Call to undefined function set_status_header() - El Forum - 07-18-2013

[eluser]plain jane[/eluser]
The <code> set_status_header() </code> function was added in version 1.7.2.

Please refer http://ellislab.com/codeigniter/user-guide/changelog.html