No Data Received problem in google chrome. |
[eluser]sivakarthick[/eluser]
Dear all, Can any body help me to sort out this problem?? When I am viewing my website in Google Chrome it suddenly goes to another page which says No data received Error 324(net:ERR_EMPTY_RESPONSE). Please anyone can help me to solve this problem? Thanks in advance. Karthick
[eluser]cahva[/eluser]
I had that problem also but it did it with other browsers also(a little different error message thought). The problem that I had was that I had set the compression to true in config. Check that first. Code: $config['compress_output'] = FALSE;
[eluser]sivakarthick[/eluser]
Thanks for your reply. I'll change it & give you a feedback.
[eluser]sivakarthick[/eluser]
Dear cahva, sory to say that still having problem. I changed compress_output to true but still geting that same error.
[eluser]IgnitedCoder[/eluser]
Download ChromePHP - http://www.chromephp.com/ - it will help you to see whats happening in your code. I've attached the ChromePHP class, place it in your app/libraries folder. Load it as follows of course Code: $this->load->library('chromephp');
[eluser]sivakarthick[/eluser]
First of all I would like to thanks for all the repliers but still I am having that same problem. I have updated my code with that chrome library and checked, but I couldn't see any different. Still it shows that same error ERR_EMPTY_RESPONSE. Don't they have any other option to sort out this problem? and is this a session problem or browser cache problem? Thanks in advance.
[eluser]IgnitedCoder[/eluser]
Me thinks you need to look into updating chrome... http://www.roezer.com/LostBlog/fixing-ch..._response/ - does it work in firefox or ie? If it does its not the code but the browser.
[eluser]sivakarthick[/eluser]
Yes in IE & Firefox it works fine. Based on this article http://www.roezer.com/LostBlog/fixing-ch..._response/ I think it might be a bug of Google chrome. So I think we don't have any options other than pressing F5.
[eluser]Unknown[/eluser]
'No Data Received' is caused by Word Press spyware. Press 'Shift' while pasting data in and it will fool this PITA and allow you to enter your data. Note: Your choice of browser - Internet Explorer, Chrome, or Firefox has nothing to do with this problem. Press 'Shift' works on all three. |
Welcome Guest, Not a member yet? Register Sign In |