Hi there,
I've been able to migrate my old K2 content to com_content, the K2 Item > Article seems to have gone ok, everything from K2 is within the newly created articles, and categories, however ..... I get a bunch of PHP warnings within the Article Manager like this -
Notice: Undefined property: stdClass::$parent_category_id in /home/loddonhe/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 202
Category:
Notice: Undefined property: stdClass::$category_level in /home/loddonhe/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 208
Notice: Undefined property: stdClass::$parent_category_level in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 209
ยป
Notice: Undefined property: stdClass::$category_level in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 237
Notice: Undefined property: stdClass::$parent_category_title in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 241
and also -
Notice: Undefined property: stdClass::$category_uid in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 141
Notice: Undefined property: stdClass::$parent_category_id in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 142
Notice: Undefined property: stdClass::$parent_category_id in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 143
Notice: Undefined property: stdClass::$parent_category_uid in /home/<site>/public_html/dev2021/administrator/components/com_content/views/articles/tmpl/default.php on line 143
Site is running J 3.9.27 on PHP 7.2.34 (once everything is migrated I'll update to 7.4) and I used the most "recent" version of the Migration tool.
Any ideas?