PAYONE-GmbH / shopware-6

PAYONE Payment Plugin for Shopware 6
MIT License
14 stars 19 forks source link

Shopware 6.5, error activating plugin after migration of shopware #274

Closed andydandy80 closed 11 months ago

andydandy80 commented 11 months ago

Shopware 6.5.5.2 Payone: 5.0.2 PHP: 8.2.7

I migrated shopware from 6.4.20.2 to 6.5.5.2. Then i upgraded the payone plugin to version 5.0.2. When activating the payone plugin, the following error occurs:

php.CRITICAL: Uncaught Error: Class "PayonePayment\DataAbstractionLayer\Extension\PayonePaymentOrderTransactionExtension" not found {"exception":"[object
] (Error(code: 0): Class \"PayonePayment\\DataAbstractionLayer\\Extension\\PayonePaymentOrderTransactionExtension\" not found at /var/www/shopware/test/var/cache/prod_hdf33e705b
f2c89a96f784bdc50d28cd0/ContainerGPGVCuP/Shopware_Core_KernelProdContainer.php:8068)"} []
jvarelmann commented 11 months ago

Hello,

how did you do the migration ? I tried to reproduce the error but I never tried to upgrade the shopware system

LG Juergen

andydandy80 commented 11 months ago

Migration of shopware per browser: https://docs.shopware.com/en/shopware-6-en/first-steps/installing-shopware-6?category=shopware-6-en/getting-started#shopware-installer

jvarelmann commented 11 months ago

How did you install the plugin via shopware or via github ?

andydandy80 commented 11 months ago

via shopware backend

jvarelmann commented 11 months ago

try to deinstall, clearing the cache , and install again,

andydandy80 commented 11 months ago

ok, that was successful, thanks a lot for your help!