Closed edwardcodelab closed 1 year ago
I desperately need to either disable the template or acmenu plugin
If you have access to /lib/plugins
, you can manually remove the AcMenu' s folder or clear the cookies associated with AcMenu plugin (in Firefox: right-click and select "Inspect Accessibility Properties", select tab "Storage" > "Cookies" and delete (right click on) the cookies "plugin_acmenu_open_items".)
null array error at line 390 in AcMenu code
I'll try to reproduce this issue with that template.
I'm also affected by that issue, first in line 390, then in line 405. I'm using the sprintdoc template too: `2023-10-30 10:31:54 E_WARNING: in_array() expects parameter 2 to be array, null given /var/www/html/dokuwiki/lib/plugins/acmenu/syntax.php(390)
2023-10-30 10:31:54`
`E_WARNING: in_array() expects parameter 2 to be array, null given /var/www/html/dokuwiki/lib/plugins/acmenu/syntax.php(405)
Addition: The Problem only occurs for normal users, not administrators.
acmenu plugin keeps crashing with sprintdoc template. I desperately need to either disable the template or acmenu plugin, and then delete all the cache to deal with the null array error at line 390 in acmenu code.