|
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'
|