I have the following error message when viewing process-queue in VShare Admin:

ERROR: Unable to execute query

SELECT * from `process_queue` as p, `signup` as s where p.user=s.username ORDER BY `id` DESC limit 0,
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

????????