internet explorer - Yii showing blank page in IE7 and FF on Windows -
i have application running on yii framework works fine when view application on ubuntu firefox , windows chrome , safari.
am experiencing problems while using ie , firefox on windows. application serves blank page on 1 particular screen. screen uses db insert , selection , there no exceptions.
please note able view screen on other browsers. ie shows blank page "json undefined error" javascript error.
i tried removing following layout file:
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> i tried disabling divx add ons in ie. didn't work.
i using stateful yii form on page.
i made comment already, maybe can rep if post actual answer. ;)
if ie showing blank page , know there javascript error, you've found problem likely. times when there js error ie fail load page, while ff , chrome recover , still load page (although the scripts might not work correctly).
try using ie developer tools more details js error occurring. also, check in google chrome console or firefox/firebug see if error getting thrown in browsers well. once debug js ie work fine.
there comma in object/array string if know ie. :) here place start learning why js fails on ie working fine in other browsers:
what typical reasons javascript developed on firefox fails on ie?
good luck!
Comments
Post a Comment