Posts: 717
Threads: 204
Joined: Sep 2017
Reputation:
0
09-24-2018, 12:41 PM
(This post was last modified: 09-24-2018, 12:46 PM by richb201.)
Well CI is shoving a slew of html data into my buffer (before I add my stuff to to it) and it is causing the server to go crazy and give a server 500 error. It was a bear to find this, but now that I know the problem, how do I solve it? I am using XMLHttp to do this communication but I am wondering if that is the problem? Is there some way I can view the output buffer before it goes out from the output command?
Any ideas of what to do?
proof that an old dog can learn new tricks
Posts: 28
Threads: 0
Joined: Aug 2018
Reputation:
-2
There is a problem in your .htaccess file check it
Posts: 717
Threads: 204
Joined: Sep 2017
Reputation:
0
Thanks. I am trying to get Wireshark setup to decrypt my SSL so I can see what is wrong with the headers. I'll let you guys know if it is a CI bug.
proof that an old dog can learn new tricks
Posts: 4,363
Threads: 101
Joined: Oct 2014
Reputation:
146
It's not a CI bug that's for sure.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Posts: 717
Threads: 204
Joined: Sep 2017
Reputation:
0
I agree with you! At some point the apache is going into an error state. I have wireshark on it trying to see what is the last thing that happens before it goes that way.
proof that an old dog can learn new tricks