Open joomlablr opened 2 days ago
and something happens with categories - all is unpublished and i dont see any articles in this categories. When i go to same category and tru public and save - i have an errorSave failed with the following error: Joomla\Component\Categories\Administrator\Table\CategoryTable::moveByReference() is trying to make record ID 9 a child of itself.
If we migrate post and articles to joomla, in admin parts we don`t see any articles, while in DB (phpmyadmin) we see all of this. We need add this article to table #__workflow_associations - near 993 rows in Wordpress.php in plugins
And i think we need create the same for asset table
if (!$asset->store()) { throw new Exception($asset->getError()); } $jdb = Factory::getDbo()->insertObject($tablePrefix . 'assets', $assets);