- 🇨🇭Switzerland salvis
I wonder why no one else seems to have this problem...
- Status changed to Closed: cannot reproduce
almost 2 years ago 6:13pm 24 July 2023
When trying to post a new topic as a non-admin user, the website throws an error:
Error: Call to undefined function forum_access_get_settings_by_user() in forum_access_form_node_form_get_available_tids() (line 798 of modules/contrib/forum_access/forum_access.module).
The module includes/forum_access.acl which contains the function forum_access_get_settings_by_user() seems not to be loaded. Add this line above line 798:
module_load_include('inc', 'forum_access', 'includes/forum_access.acl');
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I wonder why no one else seems to have this problem...