After updating modules I got this error.
[2018-08-02 10:48:01] local.ERROR: Missing required module corals-utility {"userId":1,"email":"superuser@corals.io","exception":"[object] (Exception(code: 0): Missing required module corals-utility at C:\MaliVrt\Corals\core\Settings\Classes\Modules.php:480)
[stacktrace]
Attachments
Hello,
You need to download and install the Utility Module Package, you can use the module manager command line
$ php artisan corals:modules --action=download --type=module --module_name=corals-utility
$ composer update
$ php artisan corals:modules --action=install --type=module --module_name=corals-utility
After first line I get Undefined variable: module_paths
can you update corals settings module, we just pushed a hotfix, the new version is 2.1.1
Thanks I added utility module
Awesome, glad to hear this 🙂
Hello,
I am trying to update my modules but i get same error. I tried php artisan codes but it says “installing module failed: Module not exists”
Hello,
I am trying to update my modules but i get same error. I tried php artisan codes but it says “installing module failed: Module not exists”
You need to download it first, check the commands above
Please login or Register to submit your answer