Unpacked https://ftp.drupal.org/files/projects/cod-7.x-2.0-core.tar.gz in top profiles directory of freshly unpacked drupal 7.61 distribution. The site uses php 7.2.12. install.php allows me to select the cod profile and then the locale, but install.php?profile=cod&locale=en fails with "Sorry, the profile you have chosen cannot be loaded."
Comments
Comment #2
prlw1 commentedTried https://ftp.drupal.org/files/projects/cod-7.x-2.x-dev-no-core.tar.gz instead. Much better - installation at least starts, but then:
FWIW I'm using postgresql, but my guess is this more of a php 7 issue.
Comment #3
prlw1 commentedI unpacked https://ftp.drupal.org/files/projects/rules-7.x-2.11.tar.gz in place of cod/modules/contrib/rules. Rerunning install.php seemed to just ignore the error, and I was already in site setup / create conference.
Now:
so sure enough, problem if $admin_role->rid is treated as null.
Comment #4
prlw1 commentedNo "administrator"...
Comment #5
prlw1 commentedWorked around the above by hand with:
Now see:
"Rebuild permissions" worked, and the installation seems to have completed.
Surely this shouldn't have been this hard...