-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shopware store version vs. composer installation #571
Comments
Hello @0x4, Thank you for reaching out to us regarding this issue, Please note that we attempted to reproduce the reported issue in a local environment but we were unsuccessful. Could it be possible that you previously installed the Adyen plugin via zip, uninstalled it, and then installed the Adyen plugin with composer? Could you try to reproduce the issue on your end again and let us know if you can do so? Thank you, Kind regards. |
Hello, strange. unfortunately at the moment I have not the time to reproduce it in a fresh installation. Have you also called What I can say: vendor/store.shopware.com/adyenpaymentshopware6/vendor/composer/installed.php then the second entry in plugin:list is gone. And this file is part of the plugin - tried with a fresh composer install after deleting the vendor folder completely. KR |
Hello @0x4, Thank you for the feedback. Note that our team was able to reproduce the issue after running plugin:refresh command after the installation. Our team will proceed with fixing the issue. We will let you know as soon as we have some valid information to share. Kind regards. |
If the plugin is installed via composer with the shopware-store url
then the plugin is listed 2 times in the plugin:list command
Seems that this is not causing any problems, but looks wrong...
I think the problem is, that the composer version contains a vendor directory with a composer/installed.php file and composer loads this too
Versions
Shopware version: 6.6.7.0
Plugin version: 4.1.3
To Reproduce
Install the plugin via composer
Expected behavior
plugin:list shows the adyen plugin only once
The text was updated successfully, but these errors were encountered: