Release Support > Resolved Issues

0.1rc1 - can't send mails

<< < (2/3) > >>

yathosho:
i also upgraded the database using the sql file. does roundcube have a prefered mysql version to run on?

SKaero:
you can use a mysql version from 4.0.x up, but I don't know about any preferred mysql version.

yathosho:
upgraded mysql from 3.x to 4.x, but the problem persists :(

ludatbooick:
I am having a similar problem but i started from a clean install of the database. i get the account name but i get an error on the page when trying to send:

Line: 1684
Char: 5
Error: 'tinyMCE' is undefined
Code: 0

Any ideas? Thanks!

*edit* This only happens when the message body is blank. i narrowed it down to the file program\js\app.js where it checks for an empty message:

// check for empty body
  if ((input_message.value=='')&&(tinyMCE.getContent()==''))
   {
   if (!confirm(this.get_label('nobodywarning')))
    {
    input_message.focus();
    return false;
    }
   }

  return true;
  };

hoferchr:
I am having many of the same issues that have already been described. When I go into my myPhpAdmin section to import the newest version of "mysql.update.sql" from the "SQL" folder, I receive the following message:

~~~~~~~~~~
Error

SQL query:

-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER TABLE `messages` DROP `body` ,
DROP INDEX `cache_key` ,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` ( `user_id` , `cache_key` , `uid` ) ;

MySQL said:
#1062 - Duplicate entry '5-INBOX.Sent.msg-154' for key 2
~~~~~~~~~~

Any help would be great!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version