MyBB Community Forums

Full Version: Getting non-existent posts in the search!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
LeX- Wrote:Run those in phpMyAdmin or cPanel or whatever you use.
DELETE FROM `mybb_posts` WHERE `fid` = '1';
DELETE FROM `mybb_threads` WHERE `fid` = '1';

Thanks LeX-. I was just waiting for the syntax. I did it and it worked.

Regards
Pages: 1 2