QuickPay / magento-v2

Open Software License 3.0
5 stars 20 forks source link

Enabling module creates a blank admin and home page #19

Closed kennethvejen closed 3 years ago

kennethvejen commented 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

kennethvejen commented 3 years ago

Hi,

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.