Force
Customer
When I go to admincp/Maintenance/Clear Auto-save Table/DragonByte Private Texts in Posts - Remove PM BB Code and click the button Remove PM BB Code I get the following error

The table is there it must be just missing something in it
Code:
Database error in vBulletin 4.2.3 Beta 3:
Invalid SQL:
SELECT
e.*,
p.*
FROM dbtech_pmtags_posttext AS p
LEFT JOIN vb3dbtech_pmtags_entry AS e ON p.posttextid = e.posttextid
WHERE p.posttextid IS NULL
OR e.posttextid IS NULL;
MySQL Error : Table 'maxces_vbulletin.vb3dbtech_pmtags_posttext' doesn't exist
Error Number : 1146
Request Date : Friday, December 26th 2014 @ 09:29:11 AM
Error Date : Friday, December 26th 2014 @ 09:29:11 AM
Script : http://www.sitename.com/another/misc.php?do=removepmbbcode
Referrer : http://www.sitename.com/another/misc.php?do=clearauto
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.5.40-36.1

The table is there it must be just missing something in it