-
Notifications
You must be signed in to change notification settings - Fork 220
Description
Attempting to backup database through Shop -> Tools -> Database Backup (admin/backup.php?action=backup) results in a 500 error.
From log file:
PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tonerpak_2point4.osc_osc_action_recorder' doesn't exist' in /home/somewebsite/public_html/2point4/includes/OSC/OM/Db.php:94
Stack trace:
#0 /home/somewebsite/public_html/2point4/includes/OSC/OM/Db.php(94): PDO->query('select id, modu...')
#1 /home/somewebsite/public_html/2point4/includes/OSC/OM/Db.php(142): OSC\OM\Db->query('select id, modu...')
#2 /home/somewebsite/public_html/2point4/admin/backup.php(124): OSC\OM\Db->get('osc_action_reco...', Array)
#3 {main}
thrown in /home/somewebsite/public_html/2point4/includes/OSC/OM/Db.php on line 94