Simple messenger stopped working

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 #

Quote · 22 Apr 2010

Can't expain why it is doing that. Cound be a damaged message. You could try clearing the messages from the bx_simple_messenger_messages table in the database.

https://www.deanbassett.com
Quote · 23 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.