mySQL query error

mySQL query error: DELETE FROM Forum_search_sessions WHERE session_updated < 1441905440

I'm not sure where to post this at the forum.... I'm getting this error when searching for something on my website. Please help.

If it is a MySQL (as opposed to Microsoft SQL Server), SQLTeam would not be the right place to post. SQLTeam is all MS SQL Server.

If you are indeed using Microsoft SQL Server, can you post the error that you are getting? It is likely that the code is trying to convert session_updated to an int which could be failing, but the error message will give an indication as to whether it is that, or something else.