From: Katie B. <ke...@us...> - 2006-02-01 20:51:00
|
With the current CVS head branch of fofredux, when I try to delete any feed by invoking delete.php, I get the error: Cannot query database. Have you run install.php? MySQL says: Unknown table 'fr_x_tag_item' in MULTI DELETE Which is confusing because I do *too* have that table in the database: mysql> use fofredux; Database changed mysql> describe fr_x_tag_item; +---------+---------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------+---------+------+-----+---------+-------+ | tag_id | int(11) | | PRI | 0 | | | item_id | int(11) | | PRI | 0 | | +---------+---------+------+-----+---------+-------+ 2 rows in set (0.10 sec) What's going on here? -- Katie Bechtold http://hoteldetective.org/ |