Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: stmasi on September 24, 2008, 05:49:44 PM

Title: New 2 RoundCube...
Post by: stmasi on September 24, 2008, 05:49:44 PM
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.
Title: New 2 RoundCube...
Post by: dj2 on September 24, 2008, 08:05:57 PM
From the roundcube.net page:
Quote
The user interface is fully skinnable using XHTML and CSS 2.
Hope that helps!
Title: New 2 RoundCube...
Post by: stmasi on September 25, 2008, 12:44:59 PM
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.
Title: New 2 RoundCube...
Post by: dj2 on September 25, 2008, 04:02:44 PM
You need to edit your .htaccess file and add this line to the end:

Code: [Select]
php_flag magic_quotes_gpc off
Title: New 2 RoundCube...
Post by: stmasi on September 25, 2008, 05:58:53 PM
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.
Title: New 2 RoundCube...
Post by: stmasi on September 25, 2008, 08:15:25 PM
Anyone?

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

;D
Title: New 2 RoundCube...
Post by: Yann on September 26, 2008, 06:00:39 PM
Quote from: stmasi;14269
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.


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.
Title: New 2 RoundCube...
Post by: stmasi on September 28, 2008, 11:19:09 PM
Quote from: Yann;14297
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.


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.
Title: New 2 RoundCube...
Post by: stmasi on September 28, 2008, 11:24:53 PM
Quote from: Yann;14297
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.


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.
Title: New 2 RoundCube...
Post by: stmasi on October 01, 2008, 10:40:19 PM
Yann?

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

Thanx.