Thanks fillip, that worked for the mailing list ad. But another problem came up. When trying to change one user email in the CP this MySQL error showed up:
Database error in vBulletin 4.1.5:
Invalid SQL:
UPDATE vbuser SET
### Bitfield: vbuser.adminoptions ###
adminoptions = IF(adminoptions & 1, adminoptions - 1, adminoptions),
adminoptions = IF(adminoptions & 2, adminoptions - 2, adminoptions),
usertitle = '<font color=#C8ABDE size=2><b>G6 Iniciado</b></font>',
customtitle = 0,
email = '********@live.com',
languageid = 0,
birthday_search = '****-**-**',
birthday = '**-**-***',
referrerid = 0,
joindate = 1220931960,
lastactivity = 1221240900,
lastpost = 0,
dbtech_vbmail_bounceflag = '0',
membergroupids = ''
WHERE userid = ******;
MySQL Error : Unknown column 'dbtech_vbmail_bounceflag' in 'field list'
Error Number : 1054
Request Date : Monday, August 15th 2011 @ 12:00:27 AM
Error Date : Monday, August 15th 2011 @ 12:00:27 AM
Script :
Referrer :
IP Address : *********
Username : PedroEnf
Classname : vB_Database
MySQL Version : 5.5.15
Even when the plugin is disabled the error persists.
PS: Tested after the last plugin update
|