![]() |
Simple Pie + CodeIgniter = Internal Server Error - 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: Simple Pie + CodeIgniter = Internal Server Error (/showthread.php?tid=45853) |
Simple Pie + CodeIgniter = Internal Server Error - El Forum - 10-09-2011 [eluser]FutureKing[/eluser] Hi, When I use simple pie outside of codeigniter It works fine. See this antarjaal.in/rss/index.php but when I use inside Codeigniter I get Internal Server Error: http://antarjaal.in/index.php/rss/display/antarjaal/1 Quote:Internal Server Error Why includeing simplepie file inside codeigniter rises errors? Either I use "$this->load->library()" or "require_once" for loading simple pie I get the same error. If I test the same thing in my local ubuntu server It works fine. Why this error is occurring in only in web server? Please help. |