I figured it out. I turned off gzip and figured out what it was sending. Looks like I induced a bug into some of my code and it was creating the browser errors above instead of the regular verbose php errors. I think the gzip prevented the php errors from showing up for some reason.
I really don't understand it all, but for anyone experiencing the same problem in the future, turn off your compression to see where the problem is stemming from.