|
I had a sam problem on my site. Solve it by installing pligg (8 beta) on local site and than manually re-created missing table. You need to create fields (I used phpmyadmin):
(Field Type)
category__auto_id int(11)
category_lang char(2)
category_id int(11)
category_parent int(11)
category_name varchar(64)
category_safe_name varchar(64) Dont forget to create indexes:
(Keyname Type Field)
PRIMARY PRIMARY category__auto_id
category_lang UNIQUE category_lang and category_id
Note for index:
- both category_id and category_lang should be with keyname: category_lang and type: UNIQUE
If this notes dont provide help for you, try to install pligg on locall machine, and just copy data from local database to web
have_phun
|