SantanderApps / SantanderPaymentProviderMagento2

Santander Payment Gateway for Magento 2
1 stars 1 forks source link

Exception Error: [...]/LowLevelAPI/runtime is not writeable #1

Open juhanix opened 7 years ago

juhanix commented 7 years ago

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

Streetec commented 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.

rickdaalhuizen90 commented 6 years ago

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())