Hi there, I don’t think this is still a bug in 3.1.1, but since your DB carried over from another 3.x installation it has the issue?
Backup your database and try this in the SQL Query Form/phpMyAdmin:
UPDATE exp_member_groups SET can_post_comments = '1' WHERE group_title = 'Super Admins';
Are you sure you actually are logged in as a Superadmin? Can you addsomewhere in your code for debugging purposes? What do you get?Group ID: {logged_in_group_id}
Definitely logged in as super admin. I can do everything else in the CP.
I get “0 rows affected” when i run the query.
It sounds like you have run into Bug #21409. As Pedro suggested you should be able to fix the problem with an SQL query. Can you tell me the group_id
of your Super Admins group?
It sounds like you have run into [Bug #21409](https://support.ellislab.com/bugs/detail/21409/super-admins-dont-have-permission-to-add-comments). As Pedro suggested you should be able to fix the problem with an SQL query. Can you tell me the `group_id` of your Super Admins group?
super admins are number 1. I ran the query and it returned the above results. Lines changed: 0.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.