Hi,
If you upgrade your site from 2.3.5 to 2.4 and you have problem with template (not loaded styles)
Please edit ./includes/config.inc.php
before following code
PHP Code:
error_reporting(E_ALL ^ E_NOTICE);
add following code
PHP Code:
define("ESYN_COMPRESS", 0);