On Tue, Jul 03, 2007 at 07:50:40PM +0200, Mathieu PARENT wrote:
> Query failed - db_update(slas_cond) - Update slas_cond set description = 
> 'test',event = 'test',cond = '1=2',variable_show = 
> 'test',variable_show_info = '' where slas_cond.id = '10003' - Unknown 
> column 'cond' in 'field list'

For some reason you have not updated the database even though the change
is shipped in the package.  I'm not sure exactly why this is the case
but running the following in a mysql cli will do it:

ALTER TABLE `slas_cond` CHANGE `condition` `cond` CHAR( 250 ) NOT NULL;

It's present in the patch and also in the new install scripts so I'm 
not sure how you have slipped through.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to