T206.org,
when I try to click on manage items I get this message
A Database Error Occurred
Error Number: 1054
Unknown column 'Array' in 'where clause'
SELECT `collection_items`.`id` AS 'id', `collection_items`.`for_trade`, `collection_items`.`for_sale`, `collection_items`.`price`, `collection_items`.`image`, `collection_items`.`name` AS 'name', `categories`.`name` AS 'category_name', `categories`.`id` as 'category_id' FROM (`collection_items`) INNER JOIN `items_categories` ON `collection_items`.`id` = `items_categories`.`item_id` INNER JOIN `categories` ON `categories`.`id` = `items_categories`.`category_id` WHERE `collection_items`.`user_id` = '17' AND `items_categories`.`category_id` = Array ORDER BY `name` asc LIMIT 50
You have to log out of the site and then log back in.