CodeIgniter Forums
How to create custom error_php in codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to create custom error_php in codeigniter (/showthread.php?tid=52980)



How to create custom error_php in codeigniter - El Forum - 07-05-2012

[eluser]sazet_rey[/eluser]
i am creating an application in which i want to create a custom error_php file which wont show the error, but just show a message like "Some technical error has occured". it will be a whole white page like the error_404 page...error_php shows all the warnings, severity , error throughtout the whole page...i dnt want that.. I want a complete page with just a simple message with a hyperlink to go back to base_url link..


hope someone helps me out... i am totaly stuck



How to create custom error_php in codeigniter - El Forum - 07-05-2012

[eluser]jmadsen[/eluser]
http://ellislab.com/codeigniter/user-guide/general/errors.html


How to create custom error_php in codeigniter - El Forum - 07-05-2012

[eluser]sazet_rey[/eluser]
Yeah, what you said was about the last query that got executed??? my question is how to creat a custom error_php.php file of my own