CodeIgniter Forums
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

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

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.