When deleting a member I get the following error in EE v2.5.2 (Build Date: 20120606):
A Database Error Occurred
Error Number: 1054
Unknown column 'channel_id' in 'field list'
SELECT DISTINCT(entry_id), `channel_id` FROM (`exp_comments`) WHERE `author_id` IN ('17')
Filename: models/member_model.php
Line Number: 687The comments module is not installed.
Despite the error the member is successfully deleted. I remember several issues related to the comments module in the bug tracker (see https://support.ellislab.com/bugs/detail/17781 and https://support.ellislab.com/bugs/detail/17380 ) but their status is “fixed”.
Is there a solution to fix this without having to install the comments module?
Cheers,
Koen