install_no_profile_error() is called in drupal_check_profile() and drupal_verify_profile() but does not exist!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal8.install-no-profile.5.patch | 1.15 KB | swentel |
| #3 | drupal8.install-no-profile.3.patch | 1.2 KB | sun |
install_no_profile_error() is called in drupal_check_profile() and drupal_verify_profile() but does not exist!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal8.install-no-profile.5.patch | 1.15 KB | swentel |
| #3 | drupal8.install-no-profile.3.patch | 1.2 KB | sun |
Comments
Comment #1
xan.ps commentedIt exists in install.core.inc file (/core/includes/).
Comment #2
alexpott@xan.ps I think you'll find it was removed in #2192649: Remove drupal_set_title() from installation and update process so it's not present in 8.x HEAD
Comment #3
sunSorry! The good news:
Those code paths are dead code — the profile is validated much earlier in the process already. You are not able to get past the
install_select_profiletask, unless a valid profile has been selected.Comment #4
jhedstromComment #5
swentel commentedrerolled
Comment #6
alexpottLess code++
Comment #7
alexpottRemoving unused code is allowed as per the beta evaluation. Committed ef53838 and pushed to 8.0.x. Thanks!