Quote:
Originally Posted by Hex_legend
After checking with the other coder, here is the steps you need to take to get this removed without errrors
- Go To Product Manager
- Click on "Edit" For vBMA
- Find Uninstall Code 1.0.0
- Remove following code from it:
PHP Code:
$vbulletin->db->query_write("ALTER TABLE `".TABLE_PREFIX."language` DROP `phrasegroup_memarea`");$vbulletin->db->query_write("ALTER TABLE `".TABLE_PREFIX."language` DROP `phrasegroup_memarea_admin`");$vbulletin->db->query_write("DELETE FROM `".TABLE_PREFIX."phrasetype` WHERE `fieldname` = 'memarea'");$vbulletin->db->query_write("DELETE FROM `".TABLE_PREFIX."phrasetype` WHERE `fieldname` = 'memarea_admin'");
Save.
This will now stop the errors
|
Thanks, much appreciated.