table categories not created

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-26-2006, 05:15 PM
New Pligger
 
Join Date: Oct 2006
Posts: 1
Installed pligg beta 8, but it seems not to have created the table categories.
When I go to the homepage of my pligg-installation I get this error:

SQL/DB Error -- [Table 'pligg.categories' doesn't exist]

Can I create the table manually?
If so, can somebody post a mysql dump?
Reply With Quote
  #2 (permalink)  
Old 10-27-2006, 01:35 AM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,448
not a bug.... posted in wrong forum..... please follow forum rules
Reply With Quote
  #3 (permalink)  
Old 11-10-2006, 06:24 PM
New Pligger
 
Join Date: Nov 2006
Posts: 1
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
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table 'pligg.table_prefixconfig' doesn't exist guarriman Questions and Comments 5 01-27-2011 01:47 PM
Warning: Table 'tucknet_newqian_digg.pligg_groups' doesn't exist in seanli Questions and Comments 0 04-23-2009 03:35 AM
installed successfully but one table is not exist oodbqpoo Questions and Comments 2 03-16-2007 03:22 PM
Upgrading problem GurillaNET Questions and Comments 4 01-19-2007 11:56 AM
Table not getting created webdevil2003 Questions and Comments 1 11-30-2006 09:54 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development