leemason Posted July 23, 2012 Share Posted July 23, 2012 I'm getting this in my activity log: SQL Error: Unknown column 'important' in 'where clause' - Full Query: SELECT tblnotes.*,(SELECT CONCAT(firstname,' ',lastname) FROM tbladmins WHERE tbladmins.id=tblnotes.adminid) AS adminuser FROM tblnotes WHERE userid='599' AND important='1' ORDER BY `modified` DESC 0 Quote Link to comment Share on other sites More sharing options...
xister Posted September 9, 2012 Share Posted September 9, 2012 Any news on this? we´ve the same error messages. 0 Quote Link to comment Share on other sites More sharing options...
leemason Posted September 11, 2012 Author Share Posted September 11, 2012 i have also just found another sql error when opening a ticket from the admin area: SQL Error: Unknown column 'important' in 'where clause' - Full Query: SELECT tblnotes.*,(SELECT CONCAT(firstname,' ',lastname) FROM tbladmins WHERE tbladmins.id=tblnotes.adminid) AS adminuser FROM tblnotes WHERE userid='744' AND important='1' ORDER BY `modified` DESC as you can see this is the same query but is happening when opening a ticket. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.