Roundcube Community Forum

 

New 2 RoundCube...

Started by stmasi, September 24, 2008, 05:49:44 PM

Previous topic - Next topic

stmasi

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.

dj2

From the roundcube.net page:
QuoteThe user interface is fully skinnable using XHTML and CSS 2.
Hope that helps!

stmasi

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.

dj2

You need to edit your .htaccess file and add this line to the end:

php_flag magic_quotes_gpc off

stmasi

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.

stmasi

Anyone?

Buehler...
Buehler...
Buehler...

;D

Yann

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.

stmasi

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.

stmasi

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.

stmasi

Yann?

Is your offer to assist with the manual installation, still on the table?

Thanx.