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

Command icon 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

edvanleeuwen created an issue. See original summary.

edvanleeuwen’s picture

Title: Show the value of the map which is not writable » Show the value of the directory which is not writable
edvanleeuwen’s picture

Issue summary: View changes

megachriz made their first commit to this issue’s fork.

megachriz’s picture

Status: Active » Needs review

In two places I've added the directory name to the error message. I think that's all, or did I miss one?

edvanleeuwen’s picture

I think that would be all. Thanks!

  • megachriz committed 5106ed23 on 8.x-3.x
    Issue #3505403 by megachriz, edvanleeuwen: Show the value of the...
megachriz’s picture

Status: Needs review » Fixed

Alright. I tested the code myself by using chmod 000 on certain directories to see if the directory got displayed in the error message on import and it did.

I merged the code.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.