Hi, @asmecher
I have update OJS 3.2.1.1 but it gives some error during the submission on step 4 and step 5

The system told me I have used an updated system

But I have received an upgrading message.

I see on Error log file
PHP Fatal error: Uncaught Exception: DB Error: Table '**************.subeditor_submission_group' doesn't exist Query: SELECT u.user_id, COALESCE(ugl.setting_value, ugpl.setting_value) AS user_given, CASE WHEN ugl.setting_value <> '' THEN ufl.setting_value ELSE ufpl.setting_value END AS user_family FROM subeditor_submission_group e JOIN users u ON (e.user_id = u.user_id) LEFT JOIN user_settings ugl ON (u.user_id = ugl.user_id AND ugl.setting_name = ? AND ugl.locale = ?) LEFT JOIN user_settings ugpl ON (u.user_id = ugpl.user_id AND ugpl.setting_name = ? AND ugpl.locale = ?) LEFT JOIN user_settings ufl ON (u.user_id = ufl.user_id AND ufl.setting_name = ? AND ufl.locale = ?) LEFT JOIN user_settings ufpl ON (u.user_id = ufpl.user_id AND ufpl.setting_name = ? AND ufpl.locale = ?) WHERE e.context_id = ? AND e.assoc_id = ? AND e.assoc_type = ? ORDER BY user_family, user_given in /lib/pkp/classes/db/DAO.inc.php:703
Best Regards
Shahid Asghar