Roundcube Community Forum

 

Problem with view in RoundCube

Started by tobiaszliszka, January 11, 2011, 05:00:27 PM

Previous topic - Next topic

tobiaszliszka

I have the problem with the view of the whole service, how you can see on screens. What the cause can be this.
Please help.

alec

Lack of program/localization directory (or its subfolders) or wrong access rights to it.

tobiaszliszka

Quote from: alec;32365Lack of program/localization directory (or its subfolders) or wrong access rights to it.

I have in the directory: program/localization attributes 777

In "main.inc.php":
$rcmail_config['language'] = 'en_US';
$rcmail_config['spellcheck_languages'] = 'en';

That's is OK?

SKaero

Do you have the folder /program/localization/en_US with the files labels.inc and messages.inc in it? What is your language set to in the RoundCube settings?

tobiaszliszka

Quote from: skaero;32456Do you have the folder /program/localization/en_US with the files labels.inc and messages.inc in it? What is your language set to in the RoundCube settings?

Yes I have this files, and language set to in the RoundCube settings is "en_US".

SKaero

Is there anything in your error log?

tobiaszliszka

#6
I do not know if this helps, but I have database name: "tobiasz_mail" in mysql. I'm creating table by "mysql.initial.sql", but i can't run script: "mysql.update.sql", because:

ALTER TABLE `messages` DROP INDEX `idx` ,
DROP INDEX `uid` ;

MySQL:
#1091 - Can't DROP 'idx'; check that column/key exists

Quote from: skaero;32461Is there anything in your error log?

[11-Jan-2011 20:18:38] MDB2 Error: no such table (-18): _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE MDB2_STATEMENT_mysql_546a562dc4ab8881023350b62a1b6df6 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id = ?']
[Native code: 1146]
[Native message: Table 'tobiasz_mail.session' doesn't exist]

[11-Jan-2011 20:18:38 +0100]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE MDB2_STATEMENT_mysql_546a562dc4ab8881023350b62a1b6df6 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id = ?']
[Native code: 1146]
[Native message: Table 'tobiasz_mail.session' doesn't exist]
 in /home/tobiasz/public_html/program/include/rcube_mdb2.php on line 264 (GET /)

SKaero

The date on the log entries is 11-Jan-2011 is this error still occurring?

tobiaszliszka

#8
I solved the problem. Installing the package 'roundcubemail-0.5.tar', next unpacking roundcube on the server by files manager, and created the database and user in cpanel.

Thank you for the help.