|
From: Martin F. <ma...@ne...> - 2008-04-29 19:28:23
|
Ray Perkins wrote: > I am getting this same error using version 0.74 of Wiki::Toolkit. The > column 'node' does not exist in table 'metadata'. There is a 'node_id' field > in 'metadata', and a 'node' table with an 'id' key field for lookup. Do I need > a different version of Wiki::Toolkit? Hi Ray, connotea.org is running Wiki::Toolkit 0.74 and the metadata table has a node_id column. Are you sure that the correct version of Wiki::Toolkit is being loaded into memory? What do you get when you run this: perl -MWiki::Toolkit -e 'print $Wiki::Toolkit::VERSION, "\n"' Martin |