database error Unknown column ‘eddorderid’
-
JS ticked stopped working (i.e. no tickets are being created), likely starting with an update before November 19, 2019. Looking at the PHP log, it shows the error
WordPress database error Unknown column ‘eddorderid’ in ‘field list’ for query INSERT INTO
wp_js_ticket_tickets
(id
,uid
,ticketid
,departmentid
,priorityid
,staffid
,email
,name
,subject
,message
,helptopicid
,phone
,phoneext
,status
,isoverdue
,isanswered
,duedate
,reopened
,closed
,lastreply
,created
,updated
,lock
,ticketviaemail
,ticketviaemail_id
,attachmentdir
,feedbackemail
,mergestatus
,mergewith
,mergenote
,mergedate
,multimergeparams
,mergeuid
,params
,hash
,notificationid
,wcorderid
,wcproductid
,eddorderid
,eddproductid
,eddlicensekey
,envatodata
,paidsupportitemid
) VALUES ….This occurs for every ticket users have tried to submit.
I’ve confirmed the table
wp_js_ticket_tickets
does not have any fields after ‘wcproductid’. Using version 2.1.8The page I need help with: [log in to see the link]
- The topic ‘database error Unknown column ‘eddorderid’’ is closed to new replies.