- last update
over 1 year ago 74 pass - Status changed to Fixed
over 1 year ago 9:00pm 20 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
When I go to "/admin/structure/forum/add/forum", I get the error:
You have to change this line (387):
- '!module_list' => '<ul><li>' . implode($na_modules, '</li><li>') . '</li></ul>',
+ '!module_list' => '<ul><li>' . implode('</li><li>', $na_modules) . '</li></ul>',
Perhaps someone will make a patch for this. (I can't make a patch myself)
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.