Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERR_EMPTY_RESPONSE in Codeigniter

When I tried to access my website it shows an error lke

This Page Isn't Working

www.abcdef.com didn't send any data

ERR_EMPTY_RESPONSE

and showing this error for a few seconds it will redirect to original page.

In Google chrome console it showing following error

POST https://www.abcde.com/Is_here/1542792525 net::ERR_EMPTY_RESPONSE

net::ERR_EMPTY_RESPONSE
send @ jquery.js:9566
ajax @ jquery.js:9173
jQuery.(anonymous function) @ jquery.js:9322
(anonymous) @ place:2255
setInterval (async)
(anonymous) @ place:2253

and the code in which error occurs is

setInterval(function(){ 
var c = "<?= TIME() ?>";
  $.post("<?= base_url() ?>Is_here/"+c,{a:"<?= $this->uri->segment(4) ?>",b:c,e:"<?= $this->uri->segment(5) ?>"},function(l_i){
			  
		  });
	  },10000);
like image 652
AjithChadda Avatar asked Aug 05 '26 23:08

AjithChadda


1 Answers

err_empty_response was not the error from framework or website script.

Clear the cache from your browser or reset your browser then restart your server.

like image 53
Md Rashadul Islam Avatar answered Aug 08 '26 12:08

Md Rashadul Islam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!