Hi Michiel, Thanks for you answers!
> > 2003-03-07 13:59:56,485 ERROR mmbase.module.core.MMObjectBuilder > > - basicSearch(): ERROR in search SELECT * FROM install_reldef WHERE > > builder=38 : java.sql.SQLException: Column not found: Unknown column > > 'builder' in 'where clause' > > at org.gjt.mm.mysql.MysqlIO.sendCommand(Unknown Source) > > > This means generaly that the builder xml is not in accordance with the > database table. > > I think you have a very old database installation (1.4?) in which the > column 'builder' was still lacking in the reldef table. > > Try doing an alter table to fix this (alter table install_reldef add > builder int(11);). > > > > 2003-03-07 13:59:56,485 WARN > mmbase.module.corebuilders.InsRel - Can > > not determine default reldef for (posrel) > > This is likely a consequence of the error before this. You're right adding the column builder and inserting the right node numbers in this column solves the error! Regards, Henk.
