HELP!!! Table 'pligg.pligg_links' doesn't exist

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-28-2007, 02:27 AM
New Pligger
 
Join Date: Mar 2007
Posts: 2
I have tried installing Pligg over 3 times now and I get the same error message each time when I try to log into the admin page.

"Table 'pligg.pligg_links' doesn't exist". The installation showed no errors!

I have tried this with v 8.0, 9.0 and now 9.1. I'm ready to give up. Can anybody help me?
Reply With Quote
  #2 (permalink)  
Old 03-28-2007, 04:24 AM
savant's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,181
First check you mysql db to see if the pligg_links table exists.

if it does check in settings.php that the table prefix is pligg_
Reply With Quote
  #3 (permalink)  
Old 03-29-2007, 02:00 PM
New Pligger
 
Join Date: Mar 2007
Posts: 2
Quote:
Originally Posted by savant View Post
First check you mysql db to see if the pligg_links table exists.

if it does check in settings.php that the table prefix is pligg_
Hey,
Thanks for the response.
The table does not exist in the database. But settings.php has the table prefix set to "pligg_"

This is what i see.

mysql> use pligg;
Database changed
mysql> show tables;
+------------------+
| Tables_in_pligg |
+------------------+
| pligg_blogs |
| pligg_categories |
| pligg_comments |
| pligg_config |
| pligg_friends |
| pligg_languages |
| pligg_messages |
| pligg_modules |
| pligg_pageviews |
| pligg_tags |
| pligg_trackbacks |
| pligg_users |
| pligg_votes |
+------------------+
13 rows in set (0.03 sec)

mysql>
Reply With Quote
  #4 (permalink)  
Old 03-29-2007, 03:06 PM
savant's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,181
Code:
CREATE TABLE pligg_links (
  `link_id` int(20) NOT NULL auto_increment,
  `link_author` int(20) NOT NULL default '0',
  `link_status` enum('discard','queued','published','abuse','duplicated') NOT NULL default 'discard',
  `link_randkey` int(20) NOT NULL default '0',
  `link_votes` int(20) NOT NULL default '0',
  `link_reports` int(20) NOT NULL default '0',
  `link_comments` int(20) NOT NULL default '0',
  `link_karma` decimal(10,2) NOT NULL default '0.00',
  `link_modified` timestamp NOT NULL,
  `link_date` timestamp NOT NULL,
  `link_published_date` timestamp NOT NULL,
  `link_category` int(11) NOT NULL default '0',
  `link_lang` int(11) NOT NULL default '1',
  `link_url` varchar(200) NOT NULL default '',
  `link_url_title` text,
  `link_title` text NOT NULL,
  `link_title_url` varchar(255) default NULL,
  `link_content` text NOT NULL,
  `link_summary` text default NULL,
  `link_tags` text,
  `link_field1` varchar(255) NOT NULL default '',
  `link_field2` varchar(255) NOT NULL default '',
  `link_field3` varchar(255) NOT NULL default '',
  `link_field4` varchar(255) NOT NULL default '',
  `link_field5` varchar(255) NOT NULL default '',
  `link_field6` varchar(255) NOT NULL default '',
  `link_field7` varchar(255) NOT NULL default '',
  `link_field8` varchar(255) NOT NULL default '',
  `link_field9` varchar(255) NOT NULL default '',
  `link_field10` text NOT NULL default '',
  `link_field11` text NOT NULL default '',
  `link_field12` text NOT NULL default '',
  `link_field13` text NOT NULL default '',
  `link_field14` text NOT NULL default '',
  `link_field15` text NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_author` (`link_author`),
  KEY `link_url` (`link_url`),
  KEY `link_date` (`link_date`),
  KEY `link_published_date` (`link_published_date`),
  FULLTEXT KEY `link_url_2` (`link_url`,`link_url_title`,`link_title`,`link_content`,`link_tags`),
  FULLTEXT KEY `link_tags` (`link_tags`)
) TYPE = MyISAM;
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Index.php won't open to install nigelnix Questions and Comments 5 02-18-2010 04:59 PM
Warning: Table 'tucknet_newqian_digg.pligg_groups' doesn't exist in seanli Questions and Comments 0 04-23-2009 02:35 AM
installed successfully but one table is not exist oodbqpoo Questions and Comments 2 03-16-2007 02:22 PM
Internal Server Error wagthis Questions and Comments 12 01-16-2007 05:20 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