Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2015 at 23:18 UTC
Updated:
19 Nov 2015 at 00:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mikeker commentedLooks like this only throws exceptions on Windows -- the colon character in reserved on Windows, allowed in *nix, and the token used is
[date:custom:Y]-[date:custom:m].Regardless it will still generate incorrect paths on *nix.
Comment #3
anavarreTried to generate content with devel_generate. Confirmed the faulty path to images:
Applied the patch cleanly, tried again to generate some content. Directory structure is now correct:
Comment #4
effulgentsia commentedThis is fixing a bug that got introduced during RC, so I think is appropriate to fix during RC as well. Tagging for triage to get input from another committer.
Comment #5
effulgentsia commented@xjm agrees, so tagging.
Comment #6
zauravTested in a Linux environment. Initially, when generating content (drush genc 50) watchdog logs show an error https://www.drupal.org/files/issues/Screen%20Shot%202015-11-04%20at%2012...
Image is still uploaded.
But after applying patch, error is resolved.
Tried to replicate on Windows VM got the following error (without applying patch). https://www.drupal.org/files/issues/Screen%20Shot%202015-11-04%20at%205....
Application of path was not successfull (using Acquia Dev Desktop Drupal 8.0.0-beta15)
Comment #7
duaelfrI did a round of manual testing and I can confirm that this patch fixes the issue.
Comment #9
effulgentsia commentedThanks! Pushed to 8.0.x. @zaurav: your Windows screenshot looks like a different error to me, but might be a nice find. If you can consistently reproduce it, please open a new issue for it.
Comment #10
effulgentsia commentedActually, that might be the problem, since beta15 is quite old now. Are you able to reproduce it with either the branch tip of 8.0.x, or with RC3 + the #2 patch applied?