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
I have an issue when importing getting this error - all the fields match, just seeing if I can get the latest content across.
craft\elements\Entry::setTypeId(): Argument #1 ($typeId) must be of type int, null given, called in /home/webdev/www/vhosts/gtc-c4/craft/vendor/yiisoft/yii2/base/Component.php on line 180
/home/webdev/www/vhosts/gtc-c4/craft/vendor/craftcms/cms/src/elements/Entry.php:1138
/home/webdev/www/vhosts/gtc-c4/craft/vendor/yiisoft/yii2/base/Component.php:180
Steps to reproduce
Export from live site
Import onto dev site
Craft CMS version
4.9.5
Plugin version
1.0.4
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered:
Tricky to tell without seeing your setup, but sounds like the entryId for the entry can't be determined from the UID stored in the export. So your export should look something like:
Can you verify if there's an entry type with the UID on the destination system? Zen is very strict about things being exactly the same with UID comparisons.
Describe the bug
I have an issue when importing getting this error - all the fields match, just seeing if I can get the latest content across.
craft\elements\Entry::setTypeId(): Argument #1 ($typeId) must be of type int, null given, called in /home/webdev/www/vhosts/gtc-c4/craft/vendor/yiisoft/yii2/base/Component.php on line 180
/home/webdev/www/vhosts/gtc-c4/craft/vendor/craftcms/cms/src/elements/Entry.php:1138
/home/webdev/www/vhosts/gtc-c4/craft/vendor/yiisoft/yii2/base/Component.php:180
Steps to reproduce
Craft CMS version
4.9.5
Plugin version
1.0.4
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: