I got this when I was trying to edit a submission. The "make this a PW entry" feature is neat, by the way.
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 '' at line 11
Query was:SELECT E.*, C.*, UO.*, UO.strUserName As strOwnerDisplayName, UM.strUserName As strLastModifiedDisplayName FROM site_Entry E INNER JOIN site_Category C ON E.strCategoryID = C.strCategoryID INNER JOIN core_User UO ON E.intOwnerUserID = UO.intUserID INNER JOIN core_User UM ON E.intLastModified = UM.intUserID WHERE E.intEntryID =
If you see this error please contact the administrator ([REDACTED]). Please include the text of this error, and what you were doing when it happened.
Yeah - I've seen that come up a few times since the latest changes. I wanted to fix it over the weekend, but had a serious crunch in time. This one's pretty much on highest priority right now where I can get to it between bits of work.