Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
install system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2013 at 20:32 UTC
Updated:
29 Jul 2014 at 22:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
joelpittetReal patch from gist above.
Comment #2
jon pughSo, there were a few approaches discussed for this....
If we can get
to return FALSE in install_drupal(), this will be fixed...
however we can't figure out where we could "set" this setting ...
Comment #3
jon pughReroll with some improved comments.
Comment #4
jon pughAnother reroll
Comment #5
alexpottThis is good to go.... testbot can't test this so +1 for committing asap.
Comment #6
dries commentedCommitted to 8.x. Fiew! :-)
Comment #7
jon pughWooot! first core commit credit!
THANKS!
Comment #8
ParisLiakos commentedUse of undefined constant MAINTENANCE_MODE - assumed MAINTENANCE_MODE
in 'Drupal\Core\CoreBundle::registerTwig()
and kills the entire Drupal (due to our sensitive error logging)
after pulling nothing loads, but update.php and install.php
i guess HEAD will break on this patch
Comment #9
ParisLiakos commentedactually it is broken already
Comment #10
chx commentedComment #11
chx commentedminus whitesapce
Comment #12
cweagansI just tested install and things are working okay. RTBC unless testbot disagrees.
Comment #13
alexpottI hang my head in shame...
Committed 94e3e87 and pushed to 8.x. Thanks!
Comment #14
ParisLiakos commentedComment #15
joelpittetThanks everybody and thanks @chx. Didn't realize that the cli install was not treated the same as the UI one.
Sorry for breaking the install and again thank you for the quick fix and double quick commits and @Jon Pugh for helping me with this patch. Friendly user warnings for directory permissions are back as they were!