Database Error
-
I found this in my error log:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and ost_ticket.status = 'open' GROUP BY ost_ticket.ticket_id ORDER BY ost_ticket' at line 5 for query SELECT ost_ticket.user_id,ost_ticket.number,ost_ticket.created, ost_ticket.updated, ost_ticket.ticket_id, ost_ticket.status,ost_ticket.isanswered,ost_ticket__cdata.subject,ost_ticket__cdata.priority_id, ost_department.dept_name FROM ost_ticket LEFT JOIN ost_ticket__cdata ON ost_ticket__cdata.ticket_id = ost_ticket.ticket_id INNER JOIN ost_department ON ost_department.dept_id = ost_ticket.dept_id WHERE ost_ticket.user_id = and ost_ticket.status = 'open' GROUP BY ost_ticket.ticket_id ORDER BY ost_ticket.ticket_id DESC LIMIT 0, 7 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/plugins/key4ce-osticket-bridge/osticket-wp.php'), require_once('/plugins/key4ce-osticket-bridge/includes/versionData.php'), require_once('/plugins/key4ce-osticket-bridge/includes/database.php')
https://www.ads-software.com/plugins/key4ce-osticket-bridge/
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Database Error’ is closed to new replies.