Problem/Motivation
A lot of problems are caused by folders not being writable. It would be nice to include the value of the preparedDir in the error message at that moment in order to debug the problem.
Issue fork feeds-3505403
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
edvanleeuwenComment #3
edvanleeuwenComment #6
megachrizIn two places I've added the directory name to the error message. I think that's all, or did I miss one?
Comment #7
edvanleeuwenI think that would be all. Thanks!
Comment #9
megachrizAlright. I tested the code myself by using
chmod 000on certain directories to see if the directory got displayed in the error message on import and it did.I merged the code.