Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: tobiaszliszka on January 11, 2011, 05:00:27 PM

Title: Problem with view in RoundCube
Post by: tobiaszliszka on January 11, 2011, 05:00:27 PM
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.
Title: Problem with view in RoundCube
Post by: alec on January 12, 2011, 02:44:41 AM
Lack of program/localization directory (or its subfolders) or wrong access rights to it.
Title: Problem with view in RoundCube
Post by: tobiaszliszka on January 15, 2011, 05:09:21 AM
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?
Title: Problem with view in RoundCube
Post by: SKaero on January 15, 2011, 05:13:04 AM
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?
Title: Problem with view in RoundCube
Post by: tobiaszliszka on January 15, 2011, 06:02:16 AM
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".
Title: Problem with view in RoundCube
Post by: SKaero on January 15, 2011, 06:24:19 AM
Is there anything in your error log?
Title: Problem with view in RoundCube
Post by: tobiaszliszka on January 15, 2011, 07:31:15 AM
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 /)
Title: Problem with view in RoundCube
Post by: SKaero on January 16, 2011, 11:40:40 AM
The date on the log entries is 11-Jan-2011 is this error still occurring?
Title: Problem with view in RoundCube
Post by: tobiaszliszka on January 16, 2011, 02:21:47 PM
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.