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 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Connotea-code-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/connotea-code-devel
