El 21/10/13 08:29, Reindl Harald escribió:
Am 21.10.2013 14:26, schrieb Carlos R Laguna:
El 19/10/13 19:05, Carlos R Laguna escribió:
Hi everyone i am beginning in a new place and i found a really old roundcube version 0.5.3 i try to upgrade to 0.9.4 manually but i get stuck with the database schema update, the back end is postgresql the error is
Updating database schema (2013011000)... [OK] DB Schema: NOT OK(Database schema differs) Missing table 'cache_index' Missing table 'cache_thread' Missing table 'cache_messages' Missing columns in table 'contacts': words Missing table 'dictionary' Missing table 'searches'
From the webgui i select the proper version from where i am trying to
update but nothing changes tables are still missing, any idea how to fix this.Thanks in advance.
Carlos R Laguna
Ok after cheking out the DB now i can see that the table are actually create but the Installer-GUI still show the same error should i just ignore this ? Thanks for you suport and time.
which PHP version?
you should use PHP 5.3 *and* pdo-mysql is hardly needed for recent RC versions
Hi there the php -v
PHP 5.3.2-1ubuntu4.21 with Suhosin-Patch (cli) (built: Sep 4 2013 19:13:13)
and
php -i|grep PDO PDO PDO support => enabled PDO drivers => mysql, pgsql, sqlite, sqlite2 PDO Driver for MySQL => enabled PDO Driver for PostgreSQL => enabled PDO Driver for SQLite 3.x => enabled
i guess is all there. Thanks in advance
Carlos R Laguna
El 21/10/13 09:11, Carlos R Laguna escribió:
El 21/10/13 08:29, Reindl Harald escribió:
Am 21.10.2013 14:26, schrieb Carlos R Laguna:
El 19/10/13 19:05, Carlos R Laguna escribió:
Hi everyone i am beginning in a new place and i found a really old roundcube version 0.5.3 i try to upgrade to 0.9.4 manually but i get stuck with the database schema update, the back end is postgresql the error is
Updating database schema (2013011000)... [OK] DB Schema: NOT OK(Database schema differs) Missing table 'cache_index' Missing table 'cache_thread' Missing table 'cache_messages' Missing columns in table 'contacts': words Missing table 'dictionary' Missing table 'searches'
From the webgui i select the proper version from where i am trying to
update but nothing changes tables are still missing, any idea how to fix this.Thanks in advance.
Carlos R Laguna
Ok after cheking out the DB now i can see that the table are actually create but the Installer-GUI still show the same error should i just ignore this ? Thanks for you suport and time.
which PHP version?
you should use PHP 5.3 *and* pdo-mysql is hardly needed for recent RC versions
Hi there the php -v
PHP 5.3.2-1ubuntu4.21 with Suhosin-Patch (cli) (built: Sep 4 2013 19:13:13)
and
php -i|grep PDO PDO PDO support => enabled PDO drivers => mysql, pgsql, sqlite, sqlite2 PDO Driver for MySQL => enabled PDO Driver for PostgreSQL => enabled PDO Driver for SQLite 3.x => enabled
i guess is all there. Thanks in advance
Carlos R Laguna
So..... you i just ignore this warning? Thanks in advance
Carlos R Laguna
Hi, I have a problem with the sieve plugin integrated in roundcube.
I would like to write a rule like this:
if address ["To", "CC"] "address@example.com" { fileinto "High Priority"; }
How can I do this with the sieve interface for roundcubemail?
Is it possible to add a rule that detect the email address in CC using the managesieve plugin?
Thanks!!!
perini.davide@dpsoftware.org_IMAP skrev den 2013-10-21 21:13:
I would like to write a rule like this:
if address ["To", "CC"] "address@example.com" { fileinto "High Priority"; }
How can I do this with the sieve interface for roundcubemail?
Is it possible to add a rule that detect the email address in CC using the managesieve plugin?
# rule:[test2] if allof (header :is [""To"",""CC""] "address@example.com") { fileinto "foldername"; }
this is content in raw sieve file, not what is seen in roundcube
hopefully its what you like to do, more help post your roundcube version
perini.davide@dpsoftware.org_IMAP wrote:
Hi, I have a problem with the sieve plugin integrated in roundcube.
And what exactly does this have to do with this topic of "DB upgrading schema problem"?
Please stick to the common rules of mailing lists and don't reply on a message when you have a new question!
Kind regards, Thomas
I'm sorry, I forgot to update the subject as soon as I sent the email.
Regards, Davide
Il 22/10/2013 10:03, Thomas Bruederli ha scritto:
perini.davide@dpsoftware.org_IMAP wrote:
Hi, I have a problem with the sieve plugin integrated in roundcube.
And what exactly does this have to do with this topic of "DB upgrading schema problem"?
Please stick to the common rules of mailing lists and don't reply on a message when you have a new question!
Kind regards, Thomas _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Il 21/10/2013 21:29, Benny Pedersen ha scritto:
perini.davide@dpsoftware.org_IMAP skrev den 2013-10-21 21:13:
I would like to write a rule like this:
if address ["To", "CC"] "address@example.com" { fileinto "High Priority"; }
How can I do this with the sieve interface for roundcubemail?
Is it possible to add a rule that detect the email address in CC using the managesieve plugin?
# rule:[test2] if allof (header :is [""To"",""CC""] "address@example.com") { fileinto "foldername"; }
this is content in raw sieve file, not what is seen in roundcube
hopefully its what you like to do, more help post your roundcube version
Hi, thanks for the reply. Can I do this visually using the managesieve user interface from roundcube?
I have Roundcube Webmail 0.9.4 and using the managesieve plugin 6.2.
Thanks, Davide
Hi Benny,
On Tuesday 22 October 2013 10:05:11 Davide Perini wrote:
I forgot to update the subject as soon as I sent the email.
The correct way to start a new topic is not by replying to an existing mail and just changing the subject, but to send a new email to the list. Your mail client can probably do that if you just click the email address "users@lists.roundcube.net" in the To field of any email here on the list.
Kind Regards, Torsten
El 22/10/13 05:33, Torsten Grote escribió:
Hi Benny,
On Tuesday 22 October 2013 10:05:11 Davide Perini wrote:
I forgot to update the subject as soon as I sent the email.
The correct way to start a new topic is not by replying to an existing mail and just changing the subject, but to send a new email to the list. Your mail client can probably do that if you just click the email address "users@lists.roundcube.net" in the To field of any email here on the list.
Kind Regards, Torsten
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
And mean while.. anyone has any ideas about my situation whit the BD scheme ?Regards
Carlos R Laguna
Davide Perini skrev den 2013-10-22 10:38:
thanks for the reply. Can I do this visually using the managesieve user interface from roundcube?
I have Roundcube Webmail 0.9.4 and using the managesieve plugin 6.2.
good, we both need to upgrade then its imho cve in this version aswell
https://bugs.gentoo.org/show_bug.cgi?id=488954
for the sieve rule, i just showed what is in raw file for the rule, but try ui, it should not be that hard, use the custom filter where you can add To CC to same filter header in one go, else just add 2 filters one for To and another for CC
what ever you do post the raw if its not working
Davide Perini skrev den 2013-10-22 10:05:
I forgot to update the subject as soon as I sent the email.
nope, just press the to header so it writes a new msg to maillist in the to field, if you reply/reply-all you keep the referense in thread, and users that read that thread connfuse what your problem was, from subject
i did it aswell :(
Il 22/10/2013 20:21, Benny Pedersen ha scritto:
Davide Perini skrev den 2013-10-22 10:38:
thanks for the reply. Can I do this visually using the managesieve user interface from roundcube?
I have Roundcube Webmail 0.9.4 and using the managesieve plugin 6.2.
good, we both need to upgrade then its imho cve in this version aswell
https://bugs.gentoo.org/show_bug.cgi?id=488954
for the sieve rule, i just showed what is in raw file for the rule, but try ui, it should not be that hard, use the custom filter where you can add To CC to same filter header in one go, else just add 2 filters one for To and another for CC
what ever you do post the raw if its not working
It is working, thanks!!!