Issue: Attaching a file produces an error after the user followed the admin message (after 2.2.0 upgrade)

  1. issueid=304 07-01-2013 10:59 AM
    Project Lead
    Number of reported issues by Pitchoune: 115
    Attaching a file produces an error after the user followed the admin message (after 2.2.0 upgrade)

    Code:
    Database error in vBulletin 4.2.1:
    
    Invalid SQL:
    INSERT INTO pt_issueattach
        (attachmentid, userid, issueid, visible)
    VALUES
        (1364, 1, 3, 1);
    
    MySQL Error   : Unknown column 'userid' in 'field list'
    Error Number  : 1054
    The 'userid' field is called by projectpost.php?do=uploadattachment and is useless as we have this userid in the attachment table of vBulletin 4 and attachments informations are linked via the attachmentid (the pt_issueattach table is needed for handling the highlight patches without altering the attachment table).
Issue Details
Issue Number 304
Project Project Tools
Category Show Stopper
Status Fixed
Priority 2
Affected Version 2.2.0
Fixed Version 2.2.1
Milestone v2.2.1
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Pitchoune
Tags (none)




  1. Note:
    This issue contains some replies but it seems you don't have the permission to show them. To see them, you should log in.

    Once logged in, if the administrator decided it, you can still be able to not see replies.
+ Reply