![]() |
net::ERR_EMPTY_RESPONSE when load simplepie - 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: net::ERR_EMPTY_RESPONSE when load simplepie (/showthread.php?tid=39326) |
net::ERR_EMPTY_RESPONSE when load simplepie - El Forum - 03-08-2011 [eluser]Jerry Wu[/eluser] Hi All, My OS is Ubuntu. I try to load simplepie in CodeIgniter every time when i try to load it from $this->load->library('simplepie'); or even use native PHP require/include functions Always results error 324 net::ERR_EMPTY_RESPONS I have tried CI 2.0 and CI 1.7.3 both came out the same error. I write a simple PHP script(without using CI) and try to load simplepie, it works fine. I've check the Apache error log, it only displays [Tue Mar 08 17:44:35 2011] [notice] child pid 4281 exit signal Segmentation fault I've tried to allocate more memory (memory_limit in php.ini), also came out the same error Can anyone tell me how to solve this weird problem? net::ERR_EMPTY_RESPONSE when load simplepie - El Forum - 03-09-2011 [eluser]Jerry Wu[/eluser] NO one can help me??? net::ERR_EMPTY_RESPONSE when load simplepie - El Forum - 03-09-2011 [eluser]InsiteFX[/eluser] Read This! InsiteFX net::ERR_EMPTY_RESPONSE when load simplepie - El Forum - 03-10-2011 [eluser]Jerry Wu[/eluser] Thanks. This really help me a lot!!! net::ERR_EMPTY_RESPONSE when load simplepie - El Forum - 04-05-2011 [eluser]deadelvis[/eluser] Me too!!! Thanks!!! net::ERR_EMPTY_RESPONSE when load simplepie - El Forum - 05-12-2011 [eluser]sivakarthick[/eluser] Can i post this line above my controller?? if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |