Skip to content
Home » Articles » [SOLVED] MAUTIC ERROR: Unable to read the imported csv file

[SOLVED] MAUTIC ERROR: Unable to read the imported csv file

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.