Skip to content
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

Magento 2.4.3 Support #49

Open
lost-in-trance opened this issue Nov 2, 2021 · 4 comments
Open

Magento 2.4.3 Support #49

lost-in-trance opened this issue Nov 2, 2021 · 4 comments

Comments

@lost-in-trance
Copy link

lost-in-trance commented Nov 2, 2021

Plugin is not working with a fresh Magento 2.4.3-p1 Install running PHP v7.4

In the admin panel, the check credentials button produces a javascript error
Uncaught TypeError: document.getElementById(...) is null

On the front-end, the cart page is broken with the following error in exception.log
[2021-11-02 02:51:47] main.CRITICAL: Class ZipMoneyGatewayFacade does not exist {"exception":"[object] (ReflectionException(code: -1): Class ZipMoneyGatewayFacade does not exist at /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php:28)"} []

@mahbub-zip
Copy link
Contributor

mahbub-zip commented Nov 8, 2021

Hey,

First issue has been resolved please pull the last code from master branch.
2nd i couldn't replicate. I am using magento 2.4.3p1. Could you please refresh the cache as well as compile the magento code? Please follow the below steps.
To install the extension via Composer, run

cd
composer require zip/magento2
php bin/magento module:status (Check if Zip_ZipPayment module is disabled)
php bin/magento module:enable Zip_ZipPayment (enabled plugin if disabled)
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
To upgrade Existing Modules

composer update zip/magento2
php bin/magento setup:di:compile
php bin/magento c:c
php bin/magento setup:static-content:deploy

@lost-in-trance
Copy link
Author

lost-in-trance commented Nov 12, 2021

Still getting the same error

Are you testing on php 7.4?

@mahbub-zip
Copy link
Contributor

I did test on php 7.4. It is working fine. I could not you replicate the issue.

@lost-in-trance
Copy link
Author

close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants