I've set the language to US English and it seems most of the language
folders are in
the program/localization folder, including localization/en. There are
two files in the 'en' folder: labels.inc
and messages.inc.
I just tried switching to some other language but the language
doesn't change....perhaps that gives a clue as to where the problem is?
Thanks Thomas -
Gratefully,
Darius
Darius Edler wrote:
I just installed the December version of roundcube - love it. One
issue I'm having though is that all words are joined together and in
brackets'logged out' is shown as '[loggedout]'
address book is shown as [addressbook]
When a label appears in brackets, this means that it was not found in the current language file. What language have you set for your
user and what folders do you see in the program/localization/ folder?I'm not very savvy, but does anybody know what I can do to
change this?Thanks!
Darius
Regards, Thomas
Last CVS from today: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home//public_html/email/program/include/main.inc on line 79
Someone else getting this?
I cant login more, i update my files on webserver with this from today that are changed...
On Fri, 20 Jan 2006, crow wrote:
Last CVS from today: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home//public_html/email/program/include/main.inc on line 79
I am not getting this with the latest CVS, but you should try
erasing the extra carriage return (that I am assuming you have) on line 346 of utf8.class.php
Jon Daley http://jon.limedaley.com/
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
Hello Jon,
The problem is that my utf8.class.php (in program/lib/) have only 173 line of code.... I try to update cvs from today 21.01 but there isnt any update... main.inc is also from 21.01 (in program/include/)
[21-Jan-2006 03:18:56] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 79 [21-Jan-2006 03:18:56] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 79 [21-Jan-2006 03:18:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 628
Thnx Friday, January 20, 2006, 9:48:35 PM, you wrote:
On Fri, 20 Jan 2006, crow wrote:
Last CVS from today: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home//public_html/email/program/include/main.inc on line 79
I am not getting this with the latest CVS, but you should try
erasing the extra carriage return (that I am assuming you have) on line 346 of utf8.class.php
Jon Daley http://jon.limedaley.com/
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
Yes, mine only has 173 lines as well. I didn't check carefully
before, and thought there was 345 lines. Sorry. I haven't heard of php outputting the wrong line numbers before, so I am sort of doubtful. Have you done any local modifications to any of the files? It seems pretty odd to me. You are doing the cvs update directly on those files, or are you updating somewhere else, and then ftp'ing them somewhere?
On Sat, 21 Jan 2006, crow wrote:
The problem is that my utf8.class.php (in program/lib/) have only 173 line of code.... I try to update cvs from today 21.01 but there isnt any update... main.inc is also from 21.01 (in program/include/)
output from log/errors: --------- [21-Jan-2006 03:18:56] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 79
[21-Jan-2006 03:18:56] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 79
[21-Jan-2006 03:18:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 628
Hello Jon, I update cvs with TortoiseCVS on my local mashine, and then ftp to my webhost. Now i have delete program/include/main.inc and /programe/lib/utf8.cpass.php and update them with cvs onse, ftp to host same thing...
All files from localmashine match one on server..
Saturday, January 21, 2006, 1:07:32 PM, you wrote:
Yes, mine only has 173 lines as well. I didn't check carefully
before, and thought there was 345 lines. Sorry. I haven't heard of php outputting the wrong line numbers before, so I am sort of doubtful. Have you done any local modifications to any of the files? It seems pretty odd to me. You are doing the cvs update directly on those files, or are you updating somewhere else, and then ftp'ing them somewhere?
On Sat, 21 Jan 2006, crow wrote:
The problem is that my utf8.class.php (in program/lib/) have only 173 line of code.... I try to update cvs from today 21.01 but there isnt any update... main.inc is also from 21.01 (in program/include/)
output from log/errors: --------- [21-Jan-2006 03:18:56] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 79
[21-Jan-2006 03:18:56] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 79
[21-Jan-2006 03:18:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/email/program/lib/utf8.class.php:346) in /home/public_html/email/program/include/main.inc on line 628
Well i delete all from webserver, del from TortoisoCVS and download last CVS and now is all working, dont know why it isnt working before.. I compare files on webserver and localdisk all was equal...
Thnx