Keyword

[SOLVED] can't display migrated items on site

  • Jason Brown
  • Jason Brown's Avatar Topic Author
  • Offline
  • New Member
More
11 years 11 months ago - 11 years 11 months ago #115070 by Jason Brown
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

Please Log in or Create an account to join the conversation.

  • Jason Brown
  • Jason Brown's Avatar Topic Author
  • Offline
  • New Member
More
11 years 11 months ago #115071 by Jason Brown
Replied by Jason Brown on topic Re: can't display migrated items on site
and solved my own problem

extra set of instructions are

UPDATE `PREFIX_k2_categories` SET access = 1 WHERE access = 0

the second i did that it woke the whole system up.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum