Keyword

K2 Not showing in front end after upgrade to 2.5

  • Gameinatrix
  • Gameinatrix's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 6 months ago #63806 by Gameinatrix
Hi all!

After waiting a bit to upgrade again, I tried and everything worked alright. I did have some menu issues but managed to solve that, I think.

Now none of my k2 articles will show front end. I can see all the content via back end but it will only show the category image, the default one (with the folder and name beneath) and says it has 0 items in the folders. And sure enough when I click the folder it shows no articles inside. Again, all of my articles are there back end but will not show in the front.

I've exhausted all of my knowledge and I've not put my new site online, trying to figure what the problem is with K2 first. Any help would be appreciated!

GXC

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

More
12 years 6 months ago #63807 by Mark
short answer permissions..

Edit you db with the following two sql queries.

UPDATE dbprefix_k2_categories SET access = '1' WHERE access = '0'

UPDATE dbprefix_k2_items SET access = '1' WHERE access = '0'

from TOPIC: Migrating Items from 1.5 to 1.7

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


Powered by Kunena Forum