In a clean checkout:
- Take the attached database dump file, unzip it and restore it to a database. This is two dumps, drupal-7.filled.standard_all.database.php.gz and drupal-7.all-disabled.database.php in an sql file.
- Point a D7-style settings.php to it.
- Add
$settings['update_free_access'] = TRUE;
to it. Back this file up. - Run D8 update.php
- Observe white screen of death.
- Restore the database.
- Remove everything in
sites/default/files
- Restore settings.php.
- Apply patch.
- Observe update finishing.
- Report back.
How on earth can the testbots pass? I presume it has something to do with $settings['update_free_access'] = TRUE;
.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
d7disabledmodules.zip | 85.5 KB | Ignored | None | None |
d8update_wow.patch | 576 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 53,275 pass(es). | View details | Re-test |