Bugs » CSS broken

added on May 2, 2012 by tupshe
It seems that the CSS in the admin isn't working correctly. When you first go to the site the css loads properly but if
you click on a link to go to a different page the css no longer works.

On top of that when you go to view the css you get an error in the stylesheet:


Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the
date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are
still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for
'EDT/-4.0/DST' instead in /usr/www/xxxxx/xxxxx/www.xxxx.com/xxxx/index.php on line 1473

Warning: Cannot modify header information - headers already sent by (output started at
/usr/www/xxxxx/xxxxx/www.xxxx.com/xxxx/index.php:1473) in /usr/www/xxxxx/xxxxx/www.xxxx.com/xxxx/index.php on line 1476

added on May 2, 2012 by v0id
You need to set the server timezone on php.ini. It's PHP that tried to guess which timezone you are in:

You are *required* to use the
date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are
still getting this warning, you most likely misspelled the timezone identifier

ask your host about this.


I'll suppress the error in LinkEX, so the stylesheets are loading properly
added on May 2, 2012 by tupshe
Thanks void. After I posted on here I realized that it could be an on my server. I've contacted the admin and they're
looking into it. Thanks for the prompt response!

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.