This error is due to permissions
To fix for now, you can simply run the following:
SSH into the server
Type:
sudo su –
cd to your mautic directory
cd var
chmod 775 tmp/
cd tmp
chmod 775 imports/
That’s it. You can now import your contacts again.
This error is due to permissions
To fix for now, you can simply run the following:
SSH into the server
Type:
sudo su –
cd to your mautic directory
cd var
chmod 775 tmp/
cd tmp
chmod 775 imports/
That’s it. You can now import your contacts again.