![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi!
I am running RoundCube Webmail Installer Under the, Checking php.ini/.htaccess settings, I get the error: magic_quotes_gpc: NOT OK(is '1', should be '0') Is it ok for me to have inserted: php_flag magic_quotes_gpc off into .htaccess as displayed below: # AddDefaultCharset UTF-8 AddType text/x-component .htc <IfModule mod_php4.c> php_flag display_errors Off php_flag log_errors On php_flag magic_quotes_gpc off php_value error_log logs/errors php_value upload_max_filesize 5M php_value post_max_size 6M php_value memory_limit 64M php_value session.auto_start 0 php_value zlib.output_compression 0 php_value magic_quotes_gpc 0 </IfModule> <IfModule mod_php5.c> php_flag display_errors Off php_flag log_errors On php_flag magic_quotes_gpc off php_value error_log logs/errors php_value upload_max_filesize 5M php_value post_max_size 6M php_value memory_limit 64M php_value session.auto_start 0 php_value zlib.output_compression 0 php_value magic_quotes_gpc 0 </IfModule> <FilesMatch "(\.inc|\~)$"> Order allow,deny Deny from all </FilesMatch> Order deny,allow Allow from all |
|
#2
|
|||
|
|||
|
This error has come up for me as well, But I don't know how to fix it.. Is someone able to tell me?
Thanks, Jarred |
|
#3
|
||||
|
||||
|
As long as your host allows to the .htaccess file, open it and add this line:
Code:
php_flag magic_quotes_gpc off |
|
#4
|
|||
|
|||
|
Where is the .htaccess file?
|
|
#5
|
||||
|
||||
|
It's located in the root directory when you login via FTP. You may have to set your FTP app to show invisible files.
|
|
#6
|
|||
|
|||
|
The one in the public_html folder?
|
|
#7
|
||||
|
||||
|
|
|
#8
|
|||
|
|||
|
Cool, There is nothing in it so ill just copy that to it and save it then upload it again.
|
|
#9
|
|||
|
|||
|
It makes the whole site not work...
|
|
#10
|
|||
|
|||
|
You want to put it in the .htaccess that is in your Roundcube root which should already have quite a few lines in it.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |