Open juhanix opened 7 years ago
Same problem here
System:
• Magento 2.1.4 • PHP 7 • Development mode
Cant configure since i cant get to the paymentmethods-page in the backend.
In Santander\Easycontract\LowLevelAPI\Base\Logger.php changing mkdir($this->getSavePath(), 0775); to mkdir($this->getSavePath(), 0777);
solved it for me.
Or you could manually change the permission to 0775 of this path:dirname($this->getSavePath())
After installing the module I get this error when trying to reach the magento checkout page
main.CRITICAL: /var/www/magento2/vendor/SantanderApps/SantanderPaymentProviderMagento2/LowLevelAPI/runtime is not writeable. Make it writeable by the server. [] []
System:
I have not configured the module in the backend. I can't find any documentation. Is this a known issue?
Cheers