NLP-er |
08-14-2009 06:22 PM |
Quote:
Originally Posted by Paul M
(Post 1866401)
No it doesnt.
Code:
<uninstallcode><![CDATA[
$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum DROP lastposter_displaygroupid");
$db->show_errors();
]]></uninstallcode>
|
Ok I just made uninstall on my forum - everything works fine. So uninstall code is ok. Everything is ok on my forum.
I back to opinion that this is vB problem. Know that's not helping, but as you can see erroe message has nothing common with uninstall code. vB gets stupid with productid which is set in this mod. I have nothing to change on my side right now.
Really want to help, but error message shows not real data.
Try to install again with override option and then uninstall. Maybe this will help.
In the meantime - just disable.
|