Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2013 at 18:42 UTC
Updated:
29 Jul 2014 at 23:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedThis patch fixes it. Since we don't have a testbot on Windows, you'll have to take my word for it :)
Comment #2
damiankloip commentedYeah, I had suspicions this would be the issue after you mentioned it on irc. This fix looks good to me. Don't see why that wouldn't pass the bot.
Comment #3
alphawebgroupi'm confirming that there is no way to install D8 after #2138239: Use GlobIterator instead of glob is pushed.
got an error
#2139407-1: HEAD broken on Windows patch works good for me.
+1 for RTBC
Comment #4
amateescu commentedI realised I took the wrong approach in the patch, what we need to fix is the GlobIterator instantiation, not every place that deals with the config dir.
Comment #5
jesse.d commentedThis worked for me as well.
I had the same errors as #3. patch in #4 fixed the install process for me.
Comment #7
amateescu commented4: 2139407-4.patch queued for re-testing.
Comment #8
michaellander commentedI had the same issue as #2139407-3: HEAD broken on Windows and #2139407-4: HEAD broken on Windows resolved the issue for me as well.
Comment #9
amateescu commentedThanks everyone for testing.
Comment #10
webchickCommitted and pushed to 8.x. Thanks!