View Single Post
  #4 (permalink)  
Old 01-12-2008, 06:57 AM
cspPligg cspPligg is offline
New Pligger
 
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Solved the invalid user problem!
These SQL queries got rid of all the pligg_links where there was an invalid user (probably a spammer that I had previously deleted out of the pligg_users table)

delete FROM `pligg_links` WHERE `link_status` = 'queued'
delete FROM `pligg_links` WHERE `link_status` = 'discard'
Reply With Quote