The solution was found here:
http://discussion.dreamhost.com/showflat.pl?Cat=&Board=3rdparty&Number=39292
&page=0&view=collapsed&sb=5&o=14&part=

------

This is due to the install path being autodetected incorrectly (it gets the
whole /home/.server/yourusername thing wrong). The global variable
$INSTALL_PATH needs to be manually set to your install path.

Go to index.php and change line 47 (i think) from:

$INSTALL_PATH = Dirname($_SERVER['SCRIPT_FILENAME']);

to:

$INSTALL_PATH = '/home/username/your.domain.com';

Hope this helps. Also, I was previously using that ini thing that I found
here in the forums, but I removed that after I changed my install path and
things seem to be working fine.

Edited by mbaizman on 02/14/06 01:28 PM (server time).

------

Thanks folks!

-----Original Message-----
From: Henry P. K. Armitage [mailto:[EMAIL PROTECTED] 
Sent: 15 February 2006 18:17
To: 'Jon Daley'; 'RoundCube Users'
Subject: Re: Roundcube Seems not to be using any localisation

Hummm... I think you might have read that as 'not exist' when infact it does
exist. Anyway.

In, main.inc.php, I changed $rcmail_config['locale_string'] = 'en'; to en_US
and en_GB and had no luck.

Any further help?

-----Original Message-----
From: Jon Daley [mailto:[EMAIL PROTECTED] 
Sent: 14 February 2006 19:21
To: RoundCube Users
Subject: Re: Roundcube Seems not to be using any localisation

On Tue, 14 Feb 2006, Henry P. K. Armitage wrote:
> The language is en_GB, this folder does exist
        So, there is your problem.  Just change it to en_US, or get the 
en_GB directory.






Reply via email to