All of the sudden simple messenger stopped working...getting bombed with the following email error message:
Database error in
Query:
SELECT
`ID`, `Message`, `SenderID`,
`RecipientID`, DATE_FORMAT(`Date`, '%m.%d.%Y %H:%i') AS `Date`
FROM
`bx_simple_messenger_messages`
WHERE
(
(
`SenderID` = 16
AND
`RecipientID` = 88
)
OR
(
`SenderID` = 88
AND
`RecipientID` = 16
)
)
AND
(
`ID` > 0
)
ORDER BY
`ID`
LIMIT -24, 18446744073709551615
Mysql 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 '-24, 18446744073709551615' at line 26
Found error in the file '/home/kartingc/public_html/modules/boonex/simple_messenger/classes/BxSimpleMessengerDb.php'
at line 393.
Called 'getAll' function with erroneous argument #