Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1596

[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from 3.1.4

$
0
0
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:

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        ))
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?

Statistics: Posted by na_th_an — Wed Mar 12, 2025 6:29 am



Viewing all articles
Browse latest Browse all 1596

Trending Articles