Locate your .htaccess file in the root directory. Open it, and add this line to the bottom:
Save the file, then try the install again.Code:php_flag magic_quotes_gpc off
I have a problem, i have my own website hosted on one.com
and i wont to install roundcube mail but when i try to install it says:
Checking php.ini/.htaccess settings
file_uploads: OK
session.auto_start: OK
magic_quotes_gpc: NOT OK(is '1', should be '0')
magic_quotes_sybase: OK
And one.com will not let me edit "php.ini" what can i do?
Locate your .htaccess file in the root directory. Open it, and add this line to the bottom:
Save the file, then try the install again.Code:php_flag magic_quotes_gpc off
It still says:
Checking php.ini/.htaccess settings
file_uploads: OK
session.auto_start: OK
magic_quotes_gpc: NOT OK(is '1', should be '0')
magic_quotes_sybase: OK
may be you host has disabled htaccess files. if you cannot use either php.ini or htaccess then you will not be able to use RC.
My host allow htaccess!!
Hey i found a link for installing roundcube webmail on ONE.COM hosting.. Follow the link to install roundcube webmail on one.com hosting
Roundcube webmail on One.com
Post your comments there if you have any questions
Last edited by parames; 10-24-2008 at 06:24 PM.
if your server is not supporting .htm..... then created a php.ini then uploaded into the installer folder... it will work
goodluck
One.com is supporting .htaccess but with some restrictions. In order to install roundcube in one.com you sould comment the next line:
I think they've already had this option on but you can't use this kind of statement to modify it. I did and now it's working.Code:ExpiresActive On
Try and see if that works!
Sorry, I made a mistake. I've checked my .htaccess and I found the next:
I didn't edit mod_expires but, I had commented the whole mod_headers configuration.Code:# AddDefaultCharset UTF-8 AddType text/x-component .htc <IfModule mod_php5.c> php_flag display_errors Off php_flag log_errors On # 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 zlib.output_compression Off php_value magic_quotes_gpc 0 php_value zend.ze1_compatibility_mode 0 php_value suhosin.session.encrypt Off php_value session.auto_start 0 php_value session.gc_maxlifetime 21600 php_value session.gc_divisor 500 php_value session.gc_probability 1 # http://bugs.php.net/bug.php?id=30766 php_value mbstring.func_overload 0 </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^favicon.ico$ skins/default/images/favicon.ico </IfModule> <IfModule mod_deflate.c> SetOutputFilter DEFLATE </IfModule> #<IfModule mod_headers.c> # replace 'append' with 'merge' for Apache version 2.2.9 and later #Header append Cache-Control public env=!NO_CACHE #</IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 month" </IfModule> FileETag MTime Size
This is working right now, so I guess it should work to anyone.
There are currently 1 users browsing this thread. (0 members and 1 guests)