Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 210: Line 210:  
Make a new directory here and add you template fragment:
 
Make a new directory here and add you template fragment:
   −
<syntaxhighlight>
+
<syntaxhighlight lang="bash" >
 
/etc/e-smith/templates-custom/opt/remi/php{$ver}/root/etc/php.ini
 
/etc/e-smith/templates-custom/opt/remi/php{$ver}/root/etc/php.ini
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 321: Line 321:  
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.
 
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">
+
you could avoid this by doing:
 +
<syntaxhighlight lang="bash">
 
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/
 
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/conf.php/
 
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/
 
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/
Line 330: Line 331:  
\}
 
\}
   −
</syntaxhighlight>and finally, run :<syntaxhighlight>
+
</syntaxhighlight>
 +
and finally, run :
 +
<syntaxhighlight lang="bash" >
 
expand-template /home/httpd/html/horde/lib/core.php
 
expand-template /home/httpd/html/horde/lib/core.php
 
</syntaxhighlight>
 
</syntaxhighlight>
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu