Changes

From SME Server
Jump to navigationJump to search
68 bytes added ,  15:33, 8 July 2013
Line 148: Line 148:  
I had issues when deleting files in my client. Turing off magic quotes fixed the problem. Edit your php.ini using custom templates.
 
I had issues when deleting files in my client. Turing off magic quotes fixed the problem. Edit your php.ini using custom templates.
 
* See http://wiki.contribs.org/PHP
 
* See http://wiki.contribs.org/PHP
* cd /etc/e-smith/templates-custom/etc/php.ini
+
* <nowiki>cd /etc/e-smith/templates-custom/etc/php.ini</nowiki>
 
* Edit template-begin file
 
* Edit template-begin file
 
* Add the following and save file:  
 
* Add the following and save file:  
php_value magic_quotes_gpc = Off
+
<nowiki>php_value magic_quotes_gpc = Off
 
php_value magic_quotes_runtime = Off
 
php_value magic_quotes_runtime = Off
php_value magic_quotes_sybase = Off
+
php_value magic_quotes_sybase = Off</nowiki>
* expand-template /etc/php.ini
+
* <nowiki>expand-template /etc/php.ini</nowiki>
* sv t httpd-e-smith
+
* <nowiki>sv t httpd-e-smith</nowiki>
    
=====Allow Sharing with IMAP Users=====
 
=====Allow Sharing with IMAP Users=====

Navigation menu