![]() |
damn it, this worked perfectly on my test server and now not working on my main site. Does anybody know the database entries I can remove by hand to remove this mod?
|
Quote:
|
Mod doesn't work!!!
Yay! now my database is inconsistent... |
Quote:
|
Have someone tips how to remove this product? Gives database error when try to remove.
regards bosss |
Quote:
Quote:
|
Quote:
Quote from OP promising a beta 3 version, this was in June 2012 so many months ago. I'm guessing this has been abandoned now. Quote:
Code:
Database error in vBulletin 4.2.0: |
Great, now I receive a database error any time I try to make any changes to the usergroups even if it has nothing to do with pm attachments.
Does anybody know what needs to be removed from the database to get rid of this mod? |
SIGH.....When I try to uninstall I get this now...
Code:
Database error in vBulletin 4.2.0: |
For people having problems uninstalling this mod:
1) If you can't get to the admincp, edit includes/config.php and insert this line, at the top just under the <?php line: Code:
define('DISABLE_HOOKS', true); 2) Go to Manage Products and uninstall this product. If it won't uninstall because you get an error, edit your includes/config.php, find the $config['Misc']['debug'] line and change it to true (or if you can't find it, insert the line below): Code:
$config['Misc']['debug'] = true; 3) If you want to clean up the database, the columns added by this mod are 'attach' and 'attachmap' in the pm table, and 'advpmpermissions' in the usergroup table. There is also a row added in the package table with productid='pmattachments' and a row in the contenttype table with class='PrivateMessage'. I don't believe any of this will actually cause problems if you don't remove it (and in fact some of it may have been removed by the uninstall before the error), so if you don't know how, don't worry about it. Edit: But don't try to install this mod again unless you do clean things up. 4) Remove the DISABLE_HOOKS line if you added it in step 1, and change $config['Misc']['debug'] = false; |
All times are GMT. The time now is 01:08 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|