Quote:
Originally Posted by DaNIEL MeNTED
error when "rebuild quota" -
PHP Code:
Invalid SQL:
DELETE FROM vb_vbms_attachment
USING vb_vbms_attachment a
LEFT JOIN vb_vbms_message
ON a.messageid = vb_vbms_message.messageid
WHERE vb_vbms_message.messageid IS NULL;
MySQL Error : Unknown table 'vb_vbms_attachment' in MULTI DELETE
Error Number : 1109
As far as default aliases... Is there a way to populate the alias column with the members' username - dropping any illegal characters and changing spaces to _ or . ??
Also ... I'd love to be able to see the alias in the AdminCP user properties.
|
I had this problem too. Lionel corrected it by manually creating the table.