I have an application running on Yii framework which works fine when I view the application on Ubuntu Firefox and Windows Chrome and Safari.
Am experiencing problems while using IE and Firefox on Windows. The application serves a blank page on one particular screen. This screen uses a DB insert and selection and there are no exceptions.
Please note that I am able to view this screen on other browsers. IE shows a blank page with a "JSON is undefined error" Javascript error.
I tried removing the following from my layout file:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I also tried disabling DIVX add ons in IE. Didn't work.
I am using a stateful Yii form on this page.