View Single Post
  #7  
Old 06-25-2010, 12:43 PM
T205's Avatar
T205 T205 is offline
Edward F.
member
 
Join Date: May 2009
Location: Sasebo, Japan
Posts: 66
Default

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.

Last edited by T205; 06-25-2010 at 12:47 PM. Reason: updated:
Reply With Quote