Author Topic: Problem with view in RoundCube  (Read 3931 times)

Offline tobiaszliszka

  • Newbie
  • *
  • Posts: 6
Problem with view in RoundCube
« 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.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Problem with view in RoundCube
« Reply #1 on: January 12, 2011, 02:44:41 AM »
Lack of program/localization directory (or its subfolders) or wrong access rights to it.

Offline tobiaszliszka

  • Newbie
  • *
  • Posts: 6
Problem with view in RoundCube
« Reply #2 on: January 15, 2011, 05:09:21 AM »
Quote from: alec;32365
Lack 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Problem with view in RoundCube
« Reply #3 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?

Offline tobiaszliszka

  • Newbie
  • *
  • Posts: 6
Problem with view in RoundCube
« Reply #4 on: January 15, 2011, 06:02:16 AM »
Quote from: skaero;32456
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?


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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Problem with view in RoundCube
« Reply #5 on: January 15, 2011, 06:24:19 AM »
Is there anything in your error log?

Offline tobiaszliszka

  • Newbie
  • *
  • Posts: 6
Problem with view in RoundCube
« Reply #6 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:

Code: [Select]
ALTER TABLE `messages` DROP INDEX `idx` ,
DROP INDEX `uid` ;

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

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

Code: [Select]
[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 /)
« Last Edit: January 15, 2011, 04:48:26 PM by tobiaszliszka »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Problem with view in RoundCube
« Reply #7 on: January 16, 2011, 11:40:40 AM »
The date on the log entries is 11-Jan-2011 is this error still occurring?

Offline tobiaszliszka

  • Newbie
  • *
  • Posts: 6
Problem with view in RoundCube
« Reply #8 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.
« Last Edit: January 18, 2011, 09:42:10 AM by tobiaszliszka »