coreBOS Updater module blocking all other - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: coreBOS Updater module blocking all other (/showthread.php?tid=1328) |
coreBOS Updater module blocking all other - addady2 - 11-02-2018 Hi, I run two coreBOS system. On of of them when coreBOS Updater module is active it blocking all other modules. Meaning on every module any user try to access he see the coreBOS Updater module. In order to use the system I need to disable coreBOS Updater module! This penomina is not occur in me other coreBOS system. What going on here? RE: coreBOS Updater module blocking all other - joebordes - 11-02-2018 When coreBOS loads it requires the GlobalVariable module and the Menu extension to work. So it checks for these and loads the cbupdater to install them. Maybe it is getting stuck there because it can't install them ?? https://github.com/tsolucio/corebos/blob/master/modules/evvtMenu/evvtMenuUtils.php#L204 RE: coreBOS Updater module blocking all other - addady2 - 11-03-2018 (11-02-2018, 09:22 PM)joebordes Wrote: When coreBOS loads it requires the GlobalVariable module and the Menu extension to work. So it checks for these and loads the cbupdater to install them. Maybe it is getting stuck there because it can't install them ?? Yes you are right! GlobalVariable module and the Menu extension module where disable. Thank you RE: coreBOS Updater module blocking all other - joebordes - 11-03-2018 Nice :-) I just added some code to make sure these two modules are always active. Thanks! |