- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
magento 2.2.2
I'm trying to install skrill payment method and is following this guide:
link
I try to install via "Install the module using a file upload and SSH commands "
with files uploaded to your_magento_2_root/app/code/Skrill/Skrill
I try to run this command: php bin/magento module:upgrade
but get this error:
Command "module:upgrade" is not defined.
Did you mean one of these?
setup:upgrade
module:enable
module:disable
module:status
module:uninstall
something tells me that php bin/magento module:upgrade is not the correct command. Maybe it should have been setup:upgrade?
Any suggestions?
Audun
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
php bin/magento setup:upgrade
Setup:upgrade is the original command to install module.
Module:upgrade is not valid command
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: module:upgrade vs setup:upgrade
The guide (check link above) says module:upgrade but think they mean setup:upgrade. can anyone with experience share some light on this?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
php bin/magento setup:upgrade
Setup:upgrade is the original command to install module.
Module:upgrade is not valid command
Magento 2 Blogs/Tutorial