I have phpbb2.0.11, and had previously installed signature_controls_1.2.8em MOD.
I then installed global_announcement1.2.8em.
It said the installation was completed successfully, but when I tried to enter a topic, I received the following error:
- Code: Select all
Failed obtaining forum access control lists
DEBUG MODE
SQL Error : 1054 Unknown column 'a.auth_globalannounce' in 'field list'
SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_globalannounce, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 1
Line : 164
File : /mypath/forum/includes/auth.php
Does anyone know how I can fix this?
Sorry I am new to this, and need some help.
Thanks a lot.

