You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered the following error when running the migration code:
PHP Fatal error: Uncaught TypeError: Return value of mergeTVs() must be of the type array, null returned in /home/ackwa/sites/v3/core/components/versionx/migrate.php:226
Stack trace:
#0 /home/ackwa/sites/v3/core/components/versionx/migrate.php(83): mergeTVs()
#1 /home/ackwa/sites/v3/core/components/versionx/migrate.php(36): createDelta()
#2 {main}
thrown in /home/ackwa/sites/v3/core/components/versionx/migrate.php on line 226
After a quick analysis, it seems that the problem is caused by a deserialization error when calling $object->get('fields') which then returns null.
Environment :
MODX : 2.8.6
VersionX : 3.0.1-pl
PHP : 7.4.33
The text was updated successfully, but these errors were encountered:
We encountered the following error when running the migration code:
After a quick analysis, it seems that the problem is caused by a deserialization error when calling
$object->get('fields')
which then returns null.Environment :
The text was updated successfully, but these errors were encountered: