Missing Corals-utility module

Laraship QuestionsCategory: issues & BugsMissing Corals-utility module
Karlo asked 6 years ago

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
1 Answers
laraship Staff answered 6 years ago

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 
Karlo replied 6 years ago

After first line I get Undefined variable: module_paths

laraship Staff replied 6 years ago

can you update corals settings module, we just pushed a hotfix, the new version is 2.1.1

karlo replied 6 years ago

Thanks I added utility module

laraship Staff replied 6 years ago

Awesome, glad to hear this 🙂

koraygulpinar replied 6 years ago

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”

http://prntscr.com/ke6w93

http://prntscr.com/ke6wqu

koraygulpinar replied 6 years ago

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”

http://prntscr.com/ke6w93

http://prntscr.com/ke6wqu

laraship Staff replied 6 years ago

You need to download it first, check the commands above