jana1972 | 1 Oct 2011 10:46
Picon
Favicon

Re: [RCU] Roundcube upgrade problem


 I tried to upgrade to the latest version but it did not finish properly. 
 I received this error 

 Your configuration files are now up-to-date! 
 WARNING: Database schema needs to be updated! 
 Missing columns in table 'contacts': words 

 Open /home/roundcube/SQL/mysql.update.sql and execute all queries below the comment 
with 
 the currently installed version number. 
 MDB2 Error: no such field (-19): _doQuery: [Error message: Could not execute statement] 
 [Last executed query: PREPARE 
 mdb2_statement_mysql_206ebea3942ba0794abf09aeec52fe83c1a87f81d FROM 'UPDATE 
 contacts SET changed=now(), `vcard`=\'BEGIN:VCARD\\r\\nVERSION:3.0\\r\\nN: 

Blak;lan;;;\\r\\nFN:LADA\\r\\nEMAIL;type=INTERNET:export@...\\r\\nEND:VCARD\', 
 `name`=\'LADA\', `email`=\'export@...\',
`firstname`=\'ladislav\', `surname`=\' 
Bank\', 
 `words`=\' lada export@... lan Bank\' WHERE contact_id=? AND
user_id=? AND 
 del<>1'] 
 [Native code: 1054] 
 [Native message: Unknown column 'words' in 'field list'] 

 

 Can anyone help? 
 Thanks 
(Continue reading)

Tobias Hachmer | 1 Oct 2011 13:14
Picon

[RCU] Upgrade Problem from 0.5.2 to 0.6

Hello list,

when I execute ./bin/installto.sh I get following error:

Done.
Your configuration files are now up-to-date!
PHP Fatal error:  Call to undefined method rcube_mdb2::list_cols() in 
/var/www/test/installer/rcube_install.php on line 364
All done.

Any suggestions to solve this issue?

Regards,

Tobias
--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

Egbert Jan van den Bussche | 1 Oct 2011 23:04
Picon

[RCU] update question

I've noticed that RC made a big leap forward recently. But since we run
on Ubuntu 10.04 LTS servers, we still have the RC version in the repo of
that Ubuntu release. I think it is 0.4...
Is it possible that the latest version will be made available in some
backport repo? Or is this the wrong place to ask?

Egbert Jan, NL
HCC!Hobbynet

--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

Niccolò Belli | 2 Oct 2011 00:57
Picon
Favicon
Gravatar

Re: [RCU] update question

Il 01/10/2011 23:04, Egbert Jan van den Bussche ha scritto:
> Is it possible that the latest version will be made available in some
> backport repo? Or is this the wrong place to ask?

Debian already had 0.5.4 in squeeze-backports and 0.6 will follow soon.
I don't know of ubuntu, but you can always use pinning and 
squeeze-backports...

Cheers,
Niccolò
--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

Alberto Mijares | 3 Oct 2011 00:35
Picon

[RCU] Password Plugin - PAM Driver fails

Hi list,

I have roundcube working fine on FreeBSD.

Recently enabled the password plugin with the PAM driver. Once
authenticated with my own account, a try to change my password but it
fails.

The log says:

[02-Oct-2011 17:39:36 -0430]: PHP Error: Password plugin: PAM
authentication failed for user amijares:  in
/usr/local/www/roundcube/plugins/password/drivers/pam.php on line 24
(POST /?_task=settings&_action=plugin.password-save?_task=&_action=)

I read the README and installed the pecl-pam module for PHP too.

Can't find any further information. Could anybody help me or give me some clue.

Thanks in advance

Regards

Alberto Mijares
--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

Picon

[RCU] Trash problem with 0.6

Hello, since the upgrade from 0.5.3 to 0.6 I have a problem when some 
users try to delete messages in their INBOX. The error is:

"UID COPY: Client tried to access nonexistent namespace. (Mailbox name 
should probably be prefixed with: INBOX.)."

This appens only on mailbox that have INBOX as namespace, I use Dovecot 
2.0.x as IMAP server so when it is configured as:

namespace {
   inbox = yes
   location =
   prefix = INBOX.
   separator = .
   type = private
}

On servers without namespace configured I have no trouble (always 
Dovecot as IMAP server)

I can fix the error simply by Settings, Special Folders, "Save". When I 
save settings the trash icon appears in the folder list and the trash works.

--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

jana1972 | 3 Oct 2011 16:56
Picon
Favicon

[RCU] Structure of Contacts table in the latest Roundcube

Can anyone send me a structure of Contacts  table in version 0.6
I upgraded to that version but have a problem with contacts.

During updating I received the error


WARNING: Database schema needs to be updated!
 Missing columns in table 'contacts': words
 
 Open /home/roundcube/SQL/mysql.update.sql and execute all queries below
the comment with
 the currently installed version number.
 MDB2 Error: no such field (-19): _doQuery: [Error message: Could not
execute statement]
 [Last executed query: PREPARE
 mdb2_statement_mysql_206ebea3942ba0794abf09aeec52fe83c1a87f81d FROM
'UPDATE
 contacts SET changed=now(),
`vcard`=\'BEGIN:VCARD\\r\\nVERSION:3.0\\r\\nN:
 Blak;lan;;;\\r\\nFN:LADA\\r\\nEMAIL;type=INTERNET: export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\\r\\n
END:VCARD\',
 `name`=\'LADA\', `email`=\ 'export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\' , `firstname`=\'ladislav\',
`surname`=\' Bank\',
 `words`=\' lada export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org  lan Bank\' WHERE contact_id=? AND
user_id=? AND
 del<>1']
 [Native code: 1054]
 [Native message: Unknown column 'words' in 'field list']


Thanks for help

 
--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0
Luciano Andino | 3 Oct 2011 18:06
Picon

Re: [RCU] Structure of Contacts table in the latest Roundcube



2011/10/3 <jana1972-aRb0bU7PRFPrBKCeMvbIDA@public.gmane.org>
Can anyone send me a structure of Contacts  table in version 0.6
I upgraded to that version but have a problem with contacts.

Same happened to me, added  that error of session expired



During updating I received the error


WARNING: Database schema needs to be updated!
 Missing columns in table 'contacts': words
 
 Open /home/roundcube/SQL/mysql.update.sql and execute all queries below
the comment with
 the currently installed version number.
 MDB2 Error: no such field (-19): _doQuery: [Error message: Could not
execute statement]
 [Last executed query: PREPARE
 mdb2_statement_mysql_206ebea3942ba0794abf09aeec52fe83c1a87f81d FROM
'UPDATE
 contacts SET changed=now(),
`vcard`=\'BEGIN:VCARD\\r\\nVERSION:3.0\\r\\nN:
 Blak;lan;;;\\r\\nFN:LADA\\r\\nEMAIL;type=INTERNET: export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\\r\\n
END:VCARD\',
 `name`=\'LADA\', `email`=\ 'export <at> google.com\' , `firstname`=\'ladislav\',
`surname`=\' Bank\',
 `words`=\' lada export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org  lan Bank\' WHERE contact_id=? AND
user_id=? AND
 del<>1']
 [Native code: 1054]
 [Native message: Unknown column 'words' in 'field list']


Thanks for help

 

--
List info: http://lists.roundcube.net/users/
BT/d8b50aa5




--
Saludos!!

Luciano Andino
GNU/Linux user #185103
Santa Fe - Argentina
-----------------------------------------------
--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0
jana1972 | 3 Oct 2011 20:13
Picon
Favicon

Re: [RCU] Structure of Contacts table in the latest Roundcube

I solved the problem 
I opened 
/home/roundcube/SQL/mysql.update.sql and executed 
ALTER TABLE `contacts` ADD `words` TEXT NULL AFTER `vcard`;
ALTER TABLE `contacts` CHANGE `vcard` `vcard` LONGTEXT /*!40101 CHARACTER 
SET utf8 */ NULL DEFAULT NULL;
ALTER TABLE `contactgroupmembers` ADD INDEX 
`contactgroupmembers_contact_index` (`contact_id`);

TRUNCATE TABLE `messages`;
TRUNCATE TABLE `cache`;

Now it seems to work GREAT!

> 2011/10/3 <jana1972@...>
> 
> > **
> >   Can anyone send me a structure of Contacts  table in version 0.6 I
> >   upgraded to that version but have a problem with contacts.
> >
> 
> Same happened to me, added  that error of session expired
> 
> 
> 
> >    During updating I received the error
> >
> >
> >    WARNING: Database schema needs to be updated!
> >    Missing columns in table 'contacts': words
> >
> >    Open /home/roundcube/SQL/mysql.update.sql and execute all queries
> >    below
> >   the comment with
> >    the currently installed version number.
> >    MDB2 Error: no such field (-19): _doQuery: [Error message: Could
> >    not
> >   execute statement]
> >    [Last executed query: PREPARE
> >    mdb2_statement_mysql_206ebea3942ba0794abf09aeec52fe83c1a87f81d
> >    FROM
> >   'UPDATE
> >    contacts SET changed=now(),
> >   `vcard`=\'BEGIN:VCARD\\r\\nVERSION:3.0\\r\\nN:
> >    Blak;lan;;;\\r\\nFN:LADA\\r\\nEMAIL;type=INTERNET: 
> >    *export@...
> > \\r\\n*
> >   END:VCARD\',
> >    `name`=\'LADA\', `email`=\  *'export@...\'*  ,
> > `firstname`=\'ladislav\',
> >   `surname`=\' Bank\',
> >    `words`=\' lada  *export@...*   lan Bank\' WHERE
> >    contact_id=?
> > AND
> >   user_id=? AND
> >    del<>1']
> >    [Native code: 1054]
> >    [Native message: Unknown column 'words' in 'field list']
> >
> >
> >    Thanks for help
> >
> >
> >
> > --
> > List info: http://lists.roundcube.net/users/
> > BT/d8b50aa5
> >
> >
> 
> 
> -- 
> Saludos!!
> 
> Luciano Andino
> GNU/Linux user #185103
> Santa Fe - Argentina
> -----------------------------------------------
> 

--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

Claudio Kuenzler | 3 Oct 2011 20:20
Favicon

Re: [RCU] Structure of Contacts table in the latest Roundcube

Just fyi, this is the normal upgrade procedure - you always have to run the sql queries manually when you upgrade to another major version.

On Mon, Oct 3, 2011 at 8:13 PM, <jana1972-aRb0bU7PRFPrBKCeMvbIDA@public.gmane.org> wrote:
I solved the problem
I opened
/home/roundcube/SQL/mysql.update.sql and executed
ALTER TABLE `contacts` ADD `words` TEXT NULL AFTER `vcard`;
ALTER TABLE `contacts` CHANGE `vcard` `vcard` LONGTEXT /*!40101 CHARACTER
SET utf8 */ NULL DEFAULT NULL;
ALTER TABLE `contactgroupmembers` ADD INDEX
`contactgroupmembers_contact_index` (`contact_id`);

TRUNCATE TABLE `messages`;
TRUNCATE TABLE `cache`;

Now it seems to work GREAT!



> 2011/10/3 <jana1972 <at> centrum.cz>
>
> > **
> >   Can anyone send me a structure of Contacts  table in version 0.6 I
> >   upgraded to that version but have a problem with contacts.
> >
>
> Same happened to me, added  that error of session expired
>
>
>
> >    During updating I received the error
> >
> >
> >    WARNING: Database schema needs to be updated!
> >    Missing columns in table 'contacts': words
> >
> >    Open /home/roundcube/SQL/mysql.update.sql and execute all queries
> >    below
> >   the comment with
> >    the currently installed version number.
> >    MDB2 Error: no such field (-19): _doQuery: [Error message: Could
> >    not
> >   execute statement]
> >    [Last executed query: PREPARE
> >    mdb2_statement_mysql_206ebea3942ba0794abf09aeec52fe83c1a87f81d
> >    FROM
> >   'UPDATE
> >    contacts SET changed=now(),
> >   `vcard`=\'BEGIN:VCARD\\r\\nVERSION:3.0\\r\\nN:
> >    Blak;lan;;;\\r\\nFN:LADA\\r\\nEMAIL;type=INTERNET:
> >    *export <at> google.com
> > \\r\\n*
> >   END:VCARD\',
> >    `name`=\'LADA\', `email`=\  *'export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\'*  ,
> > `firstname`=\'ladislav\',
> >   `surname`=\' Bank\',
> >    `words`=\' lada  *export-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org*   lan Bank\' WHERE
> >    contact_id=?
> > AND
> >   user_id=? AND
> >    del<>1']
> >    [Native code: 1054]
> >    [Native message: Unknown column 'words' in 'field list']
> >
> >
> >    Thanks for help
> >
> >
> >
> > --
> > List info: http://lists.roundcube.net/users/
> > BT/d8b50aa5
> >
> >
>
>
> --
> Saludos!!
>
> Luciano Andino
> GNU/Linux user #185103
> Santa Fe - Argentina
> -----------------------------------------------
>


--
List info: http://lists.roundcube.net/users/
BT/e21360c6

--

-- 
List info: http://lists.roundcube.net/users/
BT/d79c1da0

Gmane