Craig Campbell
Craig Campbell
Hi @skunkbad does this work in Chrome?
What exactly do you mean? When I test in Chrome with line numbers turned on I see this:  That looks correct to me I think?
Hi @chzhm159, Can you provide me with some sample chinese code that is not working so I can take a look? I actually used to do the base64 encoding using...
I'm not sure exactly what you mean. This is a chrome extension so it has to be logged through the browser.
Ah interesting. Really I should be using `json_encode`. I think I will probably just remove this completely though as it is not used by anything.
It works fine for me. What version of chrome are you using? Also can you check if there are any js errors. (right click on the extension icon, select manage,...
@GuardianMajor can you check your apache error logs. I suspect the issue is that you are logging too much data on a single http request. The maximum header size in...
Just wanted to point out it is configurable in apache by changing ``` LimitRequestFieldSize 8190 ``` To something bigger in your apache config http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestfieldsize
Hmm you are right 102400 definitely sounds like a lot. It is possible that it can be large tho cause the error probably will include the stack trace which could...
Thanks for pointing this out. I was trying to simplify the entire thing since the cookie limitation was really the only reason I added the file logging support to begin...