When I upgraded to core 8.7.0, everything seems to work including update-db. However, attempting a site-install afterwards from sync config generates the following error:
$ drush site-install -y
You are about to DROP all tables in your 'sitetest' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the --notify global option. [ok]
Error: Unsupported operand types in /var/www/vhost/sitetest/app/modules/contrib/multiversion/src/Entity/Storage/ContentEntityStorageTrait.php on line 533 #0 /var/www/vhost/sitetest/app/core/lib/Drupal/Core/Entity/EntityStorageBase.php(302): Drupal\multiversion\Entity\Storage\Sql\NodeStorage->setStaticCache(Array)
Adding a patch supplied by @amateescu that fixes the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3052927-6.patch | 2.3 KB | amateescu |
| multiversion-cleanup-static-entity-cache-usage.patch | 1.62 KB | badjava |
Comments
Comment #3
amateescu commentedCommitted and pushed to 8.x-1.x. Thanks for opening the issue :)
Comment #5
jeqq commentedThis should also be compatible with older core versions.
Comment #6
amateescu commentedThis should work with older core versions as well.
Comment #7
amateescu commentedCommitted to 8.x-1.x.
Comment #9
amateescu commented