Account created on 18 May 2022, about 2 years ago
#

Recent comments

Thanks. I'll test against a live account when I have access and report back.
I wonder if you are able to skip the CCV check on one of your live sites?

That was quick. Thank you for the replies.

larowlan: Thanks for suggesting a fix might be needed in Views data export. That module brought to light the problem creating subdirs, but the fix needed to be in Drupal core.

cilefen: Druapl 9 at end of life: Thanks. I built a patch for my drupal 9 version and will share. I also checked Drupal 10, the issues is still there, I would like to suggest adding a fix to one line in the core which is:

web/core/lib/Drupal/Core/File/FileSystem.php in function prepareDestination

Instead of calling prepareDirectory with 1 parameter, it should have 2, just like it's used in many other places from within Drupal, like this:

$this->prepareDirectory($dirname, self::CREATE_DIRECTORY | self::MODIFY_PERMISSIONS)

or at least like this:

$this->prepareDirectory($dirname, self::CREATE_DIRECTORY)

Thanks

Production build 0.69.0 2024