Random blank pages on Safari when developing webapp

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-04-10T14:33:16Z Indexed on 2010/04/10 14:43 UTC
Read the original article Hit count: 449

Filed under:
|
|
|

Hey guys,

I've been experiencing a safari problem while building a web application. The screen goes completely blank (white) and refreshing won't help. Going to another page on the site gives the same problem. Then magically, after a little while, everything goes back to normal and pages are rendered correctly!

This started happening around the same time that I SUSPECT my hosting automatically upgraded from PHP 5.2.x to 5.3 (all of a sudden, we got 'deprecated function' errors and the error settings and handling were unchanged)

I also have to mention that this doesn't happen in our dev environment (PHP 5.2.9, Apache 2)

Settings

Safari 4.0.2 and the latest one (don't know the version) Server side: PHP 5.3, MySQL 5.0.90, Apache is cPanel Easy Apache v3.2.0

Does anyone know why this is happening at all, or how to fix it? I appreciate any help or pointers you might have.

Thanks!

© Stack Overflow or respective owner

Related posts about safari

Related posts about php