stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.76k stars 1.65k forks source link

When I logout, No Blog Post and Pages are showing on the home page #1964

Closed amannguptaggg closed 2 years ago

amannguptaggg commented 4 years ago

I have changes the default page setting to blog only URL. Now After post publish when I logout, all the pages I created and blog post are gone.

When I login again all the content are showing again.

Someone help what's the problem.

kenbolton commented 4 years ago

Sounds like the "status" is set to draft and not published.

amannguptaggg commented 4 years ago

no... status is published. and for page unchecked for login required to see page

amannguptaggg commented 4 years ago

I reinstalled Mezzanine from scratch and got error return Database.Cursor.execute(self, query) django.db.utils.OperationalError: Problem installing fixtures: no such table: pages_page__old

jerivas commented 3 years ago

Hi @amannguptaggg, could you verify if the issue persist in mezzanine 5.0.0rc1? You can install it with pip install mezzanine==5.0.0rc1. If it does, please provide the exact steps to reproduce the issue on a blank Mezzanine installation. Thanks!