From: <no...@so...> - 2002-01-24 23:17:59
|
Bugs item #508120, was opened at 2002-01-24 12:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=426093&aid=508120&group_id=39838 Category: Import/Install Difficulty Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: group table not created during install Initial Comment: Fresh website engine instalation results in a partial install. Missing table grouptable causes errors when deleting nodes. It has been found that the table was not created by running install_esite. Looking through the code for install_esite and the table directory. There is no mention of the table "grouptable". ---------------------------------------------------------------------- >Comment By: Nate Oostendorp (n_oostendorp) Date: 2002-01-24 15:17 Message: Logged In: YES user_id=297846 It seems like the grouptable field on the "nodegroup" nodetype didn't get set to "nodegroup" like it should have. this comment: http://everydevel.com/index.pl?displaytype=display&node_id=2099&lastnode_id=2099 Says that apparently running something like this: create table grouptable ( grouptable_id int(11) DEFAULT '0' NOT NULL auto_increment, rank int(11) DEFAULT '0' NOT NULL, node_id int(11) DEFAULT '0' NOT NULL, orderby int(11) DEFAULT '0' NOT NULL, PRIMARY KEY($tableid,rank) ) at least fixes the error message -- but you shouldn't be getting it in the first place. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=426093&aid=508120&group_id=39838 |