im using a fresh magento install from Ionos 1&1 (CentOS 8), and just after doing composer require, I test if the module installed correctly, but it says it cant be found. Here is the output:
[root@localhost html]# composer require maurisource/lightspeed
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Warning from repo.magento.com: You haven't provided your Magento authentication keys. For instructions, visit https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html
Authentication required (repo.magento.com):
Username: (hidden)
Password:
Do you want to store credentials for repo.magento.com in /root/.composer/auth.json ? [Yn] y
Using version ^1.3 for maurisource/lightspeed
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing maurisource/lightspeed (1.3.2): Downloading (100%)
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Package sebastian/finder-facade is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
PHP CodeSniffer Config installed_paths set to ../../codeception,../../magento/magento-coding-standard,../../phpcompatibility/php-compatibility
[root@localhost html]# bin/magento module:status maurisource_lightspeed
Module does not exist
It is happening with different modules. Any ideas on what i can do? Thanks in advance
1 Answer 1
Wasnt able to solve this, however formatting the server, and manually installing magento and everything else, solved this bug. So im guessing it was just the ionos image which wasnt working well.
maurisource/lightspeedis not available in composer.bin/magento module:statusto list uninstalled modules. Thenbin/magento module:enable Vendor_Modulenameto enable it and finallybin/magento setup:upgradeto register it.