i have recently migrated from 1.5.26 to 2.5.11 and using latest version of k2.
Did the migration with sp upgrade, all items are showing in back end. following this guide
getk2.org/documentation/tips-a-tricks/item/311-manually-migrating-k2-content-from-joomla-15-to-17
i still can't get them to display.
*notice my notes in the next step
6. Update k2_items created_by ID to new J1.7 Super User ID by running SQL query:
UPDATE `PREFIX_k2_items` SET created_by = NEW_ID WHERE created_by = OLD_ID *note joomla and k2 user id's match each other what else and I running here?
7. Update k2_items modified_by ID to new J1.7 Super User ID:
UPDATE `PREFIX_k2_items` SET modified_by = NEW_ID WHERE modified_by = OLD_ID *note joomla and k2 user id's match each other what else and I running here?
8. All of my k2 items had access set to 0 so I made them all public again:
UPDATE `PREFIX_k2_items` SET access = 1 WHERE access = 0 this ran fine and updated 256 items.
did a test and was able to post a new item so i know it is something simple that is missing.
i get a 403 not authorized when attempting to access the direct url path to the item