XenForo
Administrative
- Thread starter
- Admin
- #1
Currently if you have an importer that retains IDs you'll likely run into issues, especially with add-on importers. For example with this importer. I don't think keeping the ID on ReactionContent is ever important, so it's probably a good idea to set
ادامه مطلب...
protected $allowRetainIds = false;
on \XF\Import\Data\ReactionContent
ادامه مطلب...