Code: Select all
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('u_add_kb', 1, 0, 0);
SQL query:
INSERT INTO phpbb_acl_options( auth_option, is_global, is_local, founder_only )
VALUES (
'u_add_kb', 1, 0, 0
)
MySQL said: Documentation
#1146 - Table '**(username)**.phpbb_acl_options' doesn't exist
Code: Select all
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('m_edit_kb', 1, 0, 0);
Code: Select all
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('m_del_kb', 1, 0, 0);
Code: Select all
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('m_activate_kb', 1, 0, 0);
Same here.Granit wrote:How the get it to work?
I have activated the modul, then the categori and subcategori appears.
But i dont see any permissions anywhere, and how to i write something in the knowledge base?
Please help.