Good afternoon, all.
Just found out about this wonderful product and have only one main question before implementation occurs...
Can I customize the "look and feel" of the client to "look and feel" just like my existing website?
Thanx.
From the roundcube.net page:
QuoteThe user interface is fully skinnable using XHTML and CSS 2.
Hope that helps!
Okay.
I went ahead and downloaded the latest ver, went to install it on my hosted server, but when the check takes place, I get this:
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
zend.ze1_compatibility_mode: OK
Sorry but your webserver does not meet the requirements for RoundCube!
Please install the missing modules or fix the php.ini settings according to the above check results.
Hint: only checks showing NOT OK need to be fixed.
Unfortunately, I cannot proceed past this point. And yes, my php.ini file is already set to "0."
Thanx.
You need to edit your .htaccess file and add this line to the end:
php_flag magic_quotes_gpc off
Nope...didn't work.
Already had this line:
"php_value magic_quotes_gpc 0"
Added this line:
"php_flag magic_quotes_gpc off"
Still does not work.
Thanx.
Anyone?
Buehler...
Buehler...
Buehler...
;D
Quote from: stmasi;14269Okay.
I went ahead and downloaded the latest ver, went to install it on my hosted server, but when the check takes place, I get this:
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
zend.ze1_compatibility_mode: OK
Sorry but your webserver does not meet the requirements for RoundCube!
Please install the missing modules or fix the php.ini settings according to the above check results.
Hint: only checks showing NOT OK need to be fixed.
Unfortunately, I cannot proceed past this point. And yes, my php.ini file is already set to "0."
Thanx.
There is a file called .htaccess that causes the problem. In the public_html folder of your host, it should be a hidden file also called .htaccess. Rename that file for example to .htaccess.en or something, then try the installation again. If it does not work, let me know so I will try to show you how to do the installation manually.
Quote from: Yann;14297There is a file called .htaccess that causes the problem. In the public_html folder of your host, it should be a hidden file also called .htaccess. Rename that file for example to .htaccess.en or something, then try the installation again. If it does not work, let me know so I will try to show you how to do the installation manually.
Well, there is an .htaccess file in the root of my host, but there is only the following within:
AddHandler application/x-httpd-php5 .php
How can I be sure that renaming this will not "break" my site?
Thanx.
Quote from: Yann;14297There is a file called .htaccess that causes the problem. In the public_html folder of your host, it should be a hidden file also called .htaccess. Rename that file for example to .htaccess.en or something, then try the installation again. If it does not work, let me know so I will try to show you how to do the installation manually.
Nope...no go.
I went ahead and renamed that file, but it didn't make any difference. Unfortunately, I am still getting the error on the "check you server" screen...
----------
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
zend.ze1_compatibility_mode: OK
----------
Thanx.
Yann?
Is your offer to assist with the manual installation, still on the table?
Thanx.