Comment to 'Cron Error after Messenger Update'
  • Hello,

    You need to add the code below to the end of the file modules\boonex\messenger\classes\BxMessengerDb.php, just before the last sign "}"

    public function pruningByDate($iDate) {
      return 0;
    }