errors like this keeps poping up.. for different tables
[SELECT A1.id, A1.form_id, A1.object_id, A1.object_type, A1.sort, A1.extra, A1.created, A1.updated, A2.id, A2.pid, A2.type, A2.flags, A2.title, A2.instructions, A2.name, A2.notes, A2.created, A2.updated FROM pg_form_entry A1 LEFT JOIN pg_form A2 ON (A1.form_id = A2.id) WHERE A1.object_type = 'C' ORDER BY A1.sort ASC] Table 'sd_facilities.pg_form_entry' doesn't exist
I've noticed the problem is it keep using a different prefix sometime pg_xxxx, sometimes bg_xxxxx instead of bf_xxxxxx
This is my OST-config.php setting.
define('TABLE_PREFIX','bf_');
osTicket Version v1.15.4 (6bd7884)
Web Server Software Apache
MySQL Version 5.5.68
PHP Version 7.4.27