CodeIgniter Forums
Some weird warning - 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: Some weird warning (/showthread.php?tid=28065)



Some weird warning - El Forum - 02-28-2010

[eluser]Haskabab[/eluser]
Yo what's up,

I keep getting this weird warning at the bottom of every page I code using CI:
Code:
Warning: CI_Exceptions::include(application/errors/error_php.php) [function.include]: failed to open stream: No such file or directory in C:\apache2triad\htdocs\nw\system\libraries\Exceptions.php on line 163

Warning: CI_Exceptions::include() [function.include]: Failed opening 'application/errors/error_php.php' for inclusion (include_path='.;C:\apache2triad\php;C:\apache2triad\php\smarty;C:\apache2triad\php\pear') in C:\apache2triad\htdocs\nw\system\libraries\Exceptions.php on line 163

And I don't know what it means, and how I can resolve the problem. Any suggestions?


Some weird warning - El Forum - 02-28-2010

[eluser]theprodigy[/eluser]
do you have logging turned on? Check system/logs. That would be a good place to start


Some weird warning - El Forum - 02-28-2010

[eluser]Haskabab[/eluser]
I turned logging on and the warning disappeared! xD thanks.


Some weird warning - El Forum - 02-28-2010

[eluser]theprodigy[/eluser]
That wasn't the intended response, but ok. lol

I was just going to have you search the logs to see what was going on, but hey, whatever works.