CoreBOSBB

Full Version: coreBOS Updater module blocking all other
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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
(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 ??

https://github.com/tsolucio/corebos/blob/master/modules/evvtMenu/evvtMenuUtils.php#L204

Yes you are right!

GlobalVariable module and the Menu extension module where disable.

Thank you
Nice :-)

I just added some code to make sure these two modules are always active. Thanks!