ChadPhilip
Okay, during off hours login to the help desk, go to the queue, go to the include/class.orm.php
file on line 3481
, make a new line under it, add var_dump($sql);
, save the file, go to the queue, reload the page, and find the query for the queue. Copy the whole query and run it in MySQL/MariaDB and compare that with what you see in the UI. Make sure you remove the change as fast as possible so no one has issues. Let me know the outcome.
Cheers.