I've hacked into the code to try and print more info. The CANNOT_REMOVE_MODULE happens when attempting to remove module ID 202, module class is "acp", and it's due the fact that executing `get_module_branch` returns a non empty array, which is this one:
For what I've seen, CANNOT_REMOVE_MODULE is thrown when attempting to delete a module that has children. Appart from that I know nil. Is there some manual action I could try to unblock the update?
Code:
Array( [0] => Array ( [module_id] => 62 [module_enabled] => 1 [module_display] => 1 [module_basename] => acp_forums [module_class] => acp [parent_id] => 7 [left_id] => 63 [right_id] => 64 [module_langname] => ACP_MANAGE_FORUMS [module_mode] => manage [module_auth] => acl_a_forum ))
Statistics: Posted by na_th_an — Wed Mar 12, 2025 6:29 am