The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Private Message Attachments Details »» | |||||||||||||||||||||||||||||
This Add-on allows you to use attachments in private messages.
Changelog 1.0.0 Beta 2
Download Now
Show Your Support
|
15 благодарности(ей) от: | ||
BCP Hung, captainslater, Fethi.dz, Gemma, goxy63, ibrahimkoky, LOGECT, McAtze, Rckcrwlr, Robru, Sayid, Syxguns, Taurus1, Toorak Times, whitewolf68 |
Comments |
#62
|
|||
|
|||
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?
|
#63
|
|||
|
|||
|
#64
|
|||
|
|||
Mod doesn't work!!!
Yay! now my database is inconsistent... |
#65
|
|||
|
|||
Quote:
|
#66
|
|||
|
|||
Have someone tips how to remove this product? Gives database error when try to remove.
regards bosss |
#67
|
||||
|
||||
Quote:
Quote:
|
#68
|
|||
|
|||
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: Invalid SQL: UPDATE pm AS pm SET attach = (SELECT COUNT(*) FROM attachment WHERE contentid = pm.pmid AND attachment.contenttypeid = ); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2 Error Number : 1064 Request Date : Friday, December 14th 2012 @ 03:27:40 AM Error Date : Friday, December 14th 2012 @ 03:27:41 AM Script : http://www.xxxxxxxxx.com/forum/admincp/plugin.php?do=productimport Referrer : http://www.xxxxxxxxx.com/forum/admincp/plugin.php?do=productadd IP Address : xxxxx Username : DamienDarwick Classname : vB_Database MySQL Version : 5.0.77 |
#69
|
|||
|
|||
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? |
#70
|
|||
|
|||
SIGH.....When I try to uninstall I get this now...
Code:
Database error in vBulletin 4.2.0: Invalid SQL: SELECT a.attachmentid, fd.userid, fd.filedataid, a.userid AS auserid, a.contenttypeid FROM attachment AS a LEFT JOIN filedata AS fd ON (a.filedataid = fd.filedataid) WHERE contenttypeid =; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 Error Number : 1064 Request Date : Wednesday, December 19th 2012 @ 11:43:27 PM Error Date : Wednesday, December 19th 2012 @ 11:43:27 PM Script : forum/admincp/plugin.php?do=productkill Referrer : forum/admincp/plugin.php?do=productdelete&productid=pmattachments&s= IP Address : xxxxx Username : DamienDarwick Classname : vB_Database MySQL Version : 5.0.77 |
#71
|
|||
|
|||
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; |
2 благодарности(ей) от: | ||
metalguy639, vb_nils |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|