admin-ajax.php adding html tags to response
-
I have a strange problem that I am trying to figure out for 3 days. I tried searching the forums, google and couldn’t find anything.
The file admin-ajax.php is returning responses with extra html, specifically the tags
<html><body>
are wrapped around the response which is breaking the page. Those tags aren’t normally there with the response.If you go to Posts and do a Quick Edit and Update on a post, check the response returned by admin-ajax.php using Firebug or Developer tools
The normal response should be wrapped with
<tr>.....</tr>
in my case it is wrapped with<html><body><tr>.......</tr></body></html>
I disabled all plugins, installed wordpress from scratch with no plugins using the default theme with no luck. This leads me to believe there is some wrong server configuration but I can not figure out ??
H E L P !!!!!
- The topic ‘admin-ajax.php adding html tags to response’ is closed to new replies.