Quote:
Originally Posted by MarkFL
Does that table have a prefix that's different than what you have specified in your config.php file?
|
Thanks Mark for the answer, but i do not understand what you ask.
Just now i test and the
Attachment Manager, canot create new extention and not edit an excisting, when i press save i get an error here to.
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT
atype.extension, atype.height AS default_height, atype.width AS default_width, atype.size AS default_size, atype.contenttypes,
aperm.height AS custom_height, aperm.width AS custom_width, aperm.size AS custom_size,
aperm.attachmentpermissions AS custom_permissions, aperm.usergroupid
FROM attachmenttype AS atype
LEFT JOIN attachmentpermission AS aperm USING (extension)
ORDER BY extension;
MySQL Error : Table 'MY DATABASE.attachmentpermission' doesn't exist
Error Number : 1146
Script : http://MY DOMAIN/admincp/attachment.php?do=doupdatetype
Referrer : https://MY DOMAIN/admincp/attachment.php?do=updatetype
I did not change any thing about prefixes or what else, thank you.