Hi guys,
I have an interesting issue here. For some reason, in FireFox only, the page content being passed to my WordPress plugin is not correct for the page being viewed. It seems to be passing the content for the next page in the list, or something similar. The correct page content is actually presented in the browser, but not passed into the plugin, which is causing processing logic to fail in this browser.
This occurs on all pages in the site, regardless if I have placed any custom code or reference to the plugin into the page. I have been testing for days trying to figure out what/where the problem is occurring. All other browsers appear to work fine, but FireFox (and I have tested basically every version currently available to download). I don't believe it is a caching issue, as we've tried clearing, refreshing, changing/not using proxies, different computers, etc.
I have also noticed that the PHP $_POST and $_REQUEST variables don't appear to be populating in FireFox, however the program is still able to process data, so it must be receiving the post data somehow.
Has anyone else experienced anything like this? or have any suggestions that I could try?
I am open to basically any ideas at this point, and your help would be greatly appreciated.
Regards
/H