Upgrade failed 8.2.1 -> 8.5.1 with weird error
Permalink
Doctrine \ ORM \ ORMException
Entity of type Concrete\Core\Entity\Attribute\Value\PageValue is missing an assigned ID for field 'attribute_key'. The identifier generation strategy for this entity requires the ID field to be populated before EntityManager#persist() is called. If you want automatically generated identifiers instead you need to adjust the metadata mapping accordingly.
Anyone have any ideas?
Entity of type Concrete\Core\Entity\Attribute\Value\PageValue is missing an assigned ID for field 'attribute_key'. The identifier generation strategy for this entity requires the ID field to be populated before EntityManager#persist() is called. If you want automatically generated identifiers instead you need to adjust the metadata mapping accordingly.
Anyone have any ideas?
I can the upgrade from the command-line and I got this:
** Executing migration: 20180831213421
In ORMException.php line 87:
Entity of type Concrete\Core\Entity\Attribute\Value\PageValue is missing an assigned ID for field 'attribute_key'. The identifier
generation strategy for this entity requires the ID field to be populated before EntityManager#persist() is called. If you want a
utomatically generated identifiers instead you need to adjust the metadata mapping accordingly.
** Executing migration: 20180831213421
In ORMException.php line 87:
Entity of type Concrete\Core\Entity\Attribute\Value\PageValue is missing an assigned ID for field 'attribute_key'. The identifier
generation strategy for this entity requires the ID field to be populated before EntityManager#persist() is called. If you want a
utomatically generated identifiers instead you need to adjust the metadata mapping accordingly.
I cut off a line, it actually says:
Refreshing block type express_entry_list
** Executing migration: 20180831213421
then it gets that error..
Refreshing block type express_entry_list
** Executing migration: 20180831213421
then it gets that error..
Very simple tradesperson website, a homepage, landing pages for services, and a small blog (that I built using the concrete5 blog example tutorial). I have no idea why I'm getting this error when I attempt upgrade to 8.5.1?