Closed kennethvejen closed 3 years ago
Hi,
After running following commands I get a blank admin and home page. When disabling the module it all works fine again, making it difficult to use QuickPay.
I'm running Magento 2.4.1 and PHP 7.3.14
composer require quickpay/magento2 php bin/magento module:enable QuickPay_Gateway php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento cache:clean
After looking through the library I spotted that the file DS_Store was missing in the quickpay/magento2/. After adding the file it solved the issue.
Hi,
After running following commands I get a blank admin and home page. When disabling the module it all works fine again, making it difficult to use QuickPay.
I'm running Magento 2.4.1 and PHP 7.3.14
composer require quickpay/magento2 php bin/magento module:enable QuickPay_Gateway php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento cache:clean