If you find that you can not access Webmail or server manager then you can disable PHP SCL as follows:
+
In previous version you could have issue accessing webmail if php7 is selected. We have added a process to set php cgi to php56 in case a php7 version is selected globally. Unfortunately this would create a lot of warnings in the logs.
+
+
you could avoid this by doing:<syntaxhighlight lang="bash">
cp -a /etc/e-smith/templates/home/httpd/html/horde/config/conf.php/100GeneralSettings /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/
+
+
#then add this in the file
+
if (defined('E_STRICT')) \{
+
$conf['debug_level'] &= ~E_STRICT;
+
\}
+
+
</syntaxhighlight>and finally, run :<syntaxhighlight>