Error: Cannot open the imported file for reading

Hello everyone,

I am encountering an error when trying to perform an import in any module. I get the error “Cannot open the imported file for reading.”

Has anyone experienced a similar error? Or does anyone know what could be causing it?

Thank you in advance.

Could be a number of issues:

  1. file type: maybe the mime type of your file is not supported on the server.
  2. file permissions: can’t write the file on upload
  3. file permission: can’t read the file on opening

What are your error logs saying?