Author Topic: Unknown column 'category' in 'field list'  (Read 1895 times)

Offline backend

Unknown column 'category' in 'field list'
« on: March 27, 2007, 08:56:51 pm »
I need help please.

after upgrading to the newest smf 1.1.2 and newst shop mod 3.0, i keep  getting this error:

Unknown column 'category' in 'field list'
File: /home/content/a/s/h/ashoor/html/forumsmf/Sources/shop/Shop-Subs.php
Line: 108


whenever i click on the 'shop' button

everything else works, and all credits have been preserved after the upgrade

plz help

Offline Daniel15

Re: Unknown column 'category' in 'field list'
« Reply #1 on: March 30, 2007, 07:01:07 pm »
Hello,
 Please try running this query in phpMyAdmin:
Code: [Select]
ALTER TABLE smf_shop_items ADD `category` SMALLINT NOT NULL

This should solve this issue ;)

Offline backend

Re: Unknown column 'category' in 'field list'
« Reply #2 on: April 02, 2007, 03:40:57 am »
Thanks a lot, that did it like a charm :)