Issue with safari not loading pages
Posted: Mon Dec 06, 2010 11:26 am
I had a safari specific problem with my website, the browser sometimes returned a blank page, sometimes the page loaded but some of the images wouldn't. This was only happening in safari. After couple of hours of testing I pinpointed the problem to the stylesheets. The page loaded perfectly when using static stylesheet but had problems when using {stylesheet} in the header. Cmsms uses stylesheet.php to load the styles and turns out that stylesheet.php checks if the stylesheet is cached which seems to cause problems with safari (at least safari 5). What I did to solve this was to comment out the following code in stylesheet.php:
I wrote this in case someone else is experiencing the same problem as I did.
Cheers
Code: Select all
showing core code modifications is prohibited...
Cheers