Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
88d37946
Commit
88d37946
authored
12 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1921740
by Floydm: Remove references to obsolete update_free_access variable in UPGRADE.txt
parent
23a983df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/UPGRADE.txt
+10
-8
10 additions, 8 deletions
core/UPGRADE.txt
with
10 additions
and
8 deletions
core/UPGRADE.txt
+
10
−
8
View file @
88d37946
...
...
@@ -104,17 +104,18 @@ following the instructions in the INTRODUCTION section at the top of this file:
- Open settings.php with a text editor.
- Find the line that says:
$update_free_access = FALSE;
$
settings['
update_free_access
']
= FALSE;
- Change it into:
$update_free_access = TRUE;
$
settings['
update_free_access
']
= TRUE;
- Once the upgrade is done, $update_free_access must be reverted to FALSE.
- Once the upgrade is done, $settings['update_free_access'] must be
reverted to FALSE.
7. Go to Administration > Reports > Status report. Verify that everything is
working as expected.
8. Ensure that $update_free_access is FALSE in settings.php.
8. Ensure that $
settings['
update_free_access
']
is FALSE in settings.php.
9. Go to Administration > Configuration > Development > Maintenance mode.
Disable the "Put site into maintenance mode" checkbox and save the
...
...
@@ -211,12 +212,13 @@ following the instructions in the INTRODUCTION section at the top of this file:
- Open settings.php with a text editor.
- Find the line that says:
$update_free_access = FALSE;
$
settings['
update_free_access
']
= FALSE;
- Change it into:
$update_free_access = TRUE;
$
settings['
update_free_access
']
= TRUE;
- Once the upgrade is done, $update_free_access must be reverted to FALSE.
- Once the upgrade is done, $settings['update_free_access'] must be
reverted to FALSE.
15. Backup your database after the core upgrade has run.
...
...
@@ -226,7 +228,7 @@ following the instructions in the INTRODUCTION section at the top of this file:
17. Go to Administration > Reports > Status report. Verify that everything is
working as expected.
18. Ensure that $update_free_access is FALSE in settings.php.
18. Ensure that $
settings['
update_free_access
']
is FALSE in settings.php.
19. Go to Administration > Configuration > Development > Maintenance mode.
Disable the "Put site into maintenance mode" checkbox and save the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment