Hello,
I have this problem where my K2 items disapears from the frontend when im logging in.
Same problem with registered users or even superadmin.
Categories and suibcategories shows correctly, except they show 0 items.
As soon as i disconnect everything shows back to normal.
I had a custom template so i switched back to default : same problem
My custom mod_content module shows up blank (so it fetches no items)
I have been searching on the permissions for a while bu i don't see any difference between guest and registered (there is no parameter to show or hide items)
Categories and subcategories are set to view level : public
Items set to view level : guest
If i set item view to "public" it breaks totaly, only showing half my page header with no content.
And it's goes back to normal if i switch tiem view to "public" and to default template.
So i appears to be templating issue, but i dont get why the same code is working for guest users and not for registered ones ....