After updating our 2.3.1 site to 2.4, any attempt to edit posts throws this error (hosting account number replaced with zeros):
A Database Error Occurred
Error Number: 1146Table ‘eh00000a.exp_comments’ doesn’t exist
SELECT `entry_id`, COUNT(*) as count FROM (`exp_comments`) WHERE `entry_id` IN (‘34’, ‘35’, ‘33’, ‘31’, ‘32’, ‘30’, ‘29’, ‘28’, ‘27’, ‘26’, ‘25’, ‘24’, ‘23’, ‘22’, ‘21’, ‘20’, ‘18’, ‘17’, ‘16’, ‘15’, ‘14’, ‘13’, ‘19’, ‘12’, ‘9’, ‘8’, ‘7’, ‘6’, ‘3’) GROUP BY `entry_id`
Filename: controllers/cp/content_edit.php
Line Number: 332
The above error appears when attempting to use Content > Edit or Modify > Entry.
This site does not use comments at all. The site contains few articles—it is essentially an empty site being prepared for client review. We have backups of the templates, snippets and files - not sure about the database from prior versions. Couldn’t we just add this missing table? Are other required tables missing?
The updater indicated a successful completion. Health Check shows everything in order. Help!