HEPTACOM / HeptacomShopwarePlatformAdminOpenAuth

Shopware plugin to allow open auth logins in the administration
https://www.heptacom.de/
Apache License 2.0
30 stars 10 forks source link

[Bug]: Installation fails class not foud #25

Open OttschoChris opened 3 months ago

OttschoChris commented 3 months ago

Plugin Version

6.0.3

PHP Version

8.2.19

Shopware Version

6.5.7.3

Installation method

Community-Store

Identity provider

None

What happened?

Installation fails with the error in the log. Tried deletion and reinstall.

Relevant log output

“The class “Heptacom\AdminOpenAuth\KskHeptacomAdminOpenAuth” is not found. Probably an class loader error. Check your plugin composer.json”
JoshuaBehrens commented 3 months ago

Can you please describe your installation process? This can be done in various ways. Do you install it by composer? Do you use bin/console to install and activate or the administration UI? Is it part of a composer script?

ottschoNaud commented 3 months ago

We installed it via administration UI, and also tried CLI bin/console way. Same result for both

JoshuaBehrens commented 3 months ago

So you install it via ZIP file, right? I admit we do not test this. We only do composer managed projects ^^' If you confirm this, we will have a look. Otherwise I suggest to install via composer if this is suitable for you

ottschoNaud commented 3 months ago

Yes we used the zip file or better download from store functionality. Installation via composer worked!