spyderman4g63
03-21-2010, 01:22 PM
I am having a strange issue that only occurs if WF Review is enabled.
Basically I have a test domain setup for a new layout to one of my sites. I am using Simple Press Forums (http://simplepressforum.com/).
The problem. The simple press admin panel makes HTML/XML request for updates. When RF Review is enable the requests are being changed to JSON. So when the forum plugin expects html results it is getting JSON null responses.
I've tested and this only happens when WF Review is enabled. If I disabled to WF Review the forum admin panel works fine. How/why would WF Review be modifying the AJAX request for other sections of the admin panel?
This can be confirmed with Firebug.
With WF Review disabled:
Content-Type text/html
Receive HTML response
Enable WF Review:
Content-Type application/json
Receive no response.
Since this is a test site I would be able to provide an forum admin with a WP Admin account if you would like to verify this.
Basically I have a test domain setup for a new layout to one of my sites. I am using Simple Press Forums (http://simplepressforum.com/).
The problem. The simple press admin panel makes HTML/XML request for updates. When RF Review is enable the requests are being changed to JSON. So when the forum plugin expects html results it is getting JSON null responses.
I've tested and this only happens when WF Review is enabled. If I disabled to WF Review the forum admin panel works fine. How/why would WF Review be modifying the AJAX request for other sections of the admin panel?
This can be confirmed with Firebug.
With WF Review disabled:
Content-Type text/html
Receive HTML response
Enable WF Review:
Content-Type application/json
Receive no response.
Since this is a test site I would be able to provide an forum admin with a WP Admin account if you would like to verify this.