Not sure why I am getting database error notification after upgraded to 7.0.1. Here is the error I am receiving on email
Database error in
Query:
SELECT `id`, `email`, `subject`, `body` FROM `sys_sbs_queue` ORDER BY `id` LIMIT 0,
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 '' at line 1
Found error in the file '/home/public_html/community/inc/classes/BxDolCronNotifies.php'
at line 44.
Called 'getAll' function with erroneous argument #.
Also getting an Cron notification as below each time when a Cron job runs
<div style="border:2px solid red;padding:4px;width:600px;margin:0px auto;">
<div style="text-align:center;background-color:red;color:white;font-weight:bold;">Error</div>
<div style="text-align:center;">Database query error</div>
</div>
Is there anyone have similar issue.
how to fix this.
Thank