Hello all im trying to install the equipment plugin for the store but each time i add the .json via the webpanel i get this error.
Code:
Error Number: 1054
Unknown column 'flags' in 'field list'
INSERT INTO `store_items` (`name`, `display_name`, `description`, `web_description`, `type`, `loadout_slot`, `price`, `attrs`, `is_buyable`, `is_tradeable`, `is_refundable`, `category_id`, `expiry_time`, `flags`) VALUES ('trafficcone', 'Traffic Cone', NULL, NULL, 'equipment', 'hat', '650', '{\"model\":\"models\\/props_junk\\/trafficcone001a.mdl\",\"position\":[0,-1,20],\"angles\":[0,0,0],\"attachment\":\"forward\"}', '1', '1', '1', 10, NULL, NULL)
Filename: /home/thetechs/public_html/store/models/items_model.php
Line Number: 224
Can someone please help me
__________________