I'm having some difficulties with Public access / login. Usually the site works for several days. But sometimes the site drops the public access configuration. Or the likes. The result is:
* Visitor seem to be logged in, but you' dont get access to the protected pages. * Visitor are not rediected to login page.
I then log in to Umbraco backend and find that the pages are no longer marked with "stop sign". If I touch the web.config then problem is solved. All protected pages are marked as protected and vistors are presented with login dialog.
I've checked event log. No errors. Nothing. I've checked Umbraco log. No errors. Nothing. The access.config file is intact and contains the right id's.
I've seen weird issues in the past when a member with an empty login name existed in the database. Check if you are in that situation. Might be unrelated to your issue but you never know. This bug is fixed in 4.7.1 I think.
Public access bug (4.7.0)
Hi all,
I'm having some difficulties with Public access / login. Usually the site works for several days. But sometimes the site drops the public access configuration. Or the likes. The result is:
* Visitor seem to be logged in, but you' dont get access to the protected pages.
* Visitor are not rediected to login page.
I then log in to Umbraco backend and find that the pages are no longer marked with "stop sign". If I touch the web.config then problem is solved. All protected pages are marked as protected and vistors are presented with login dialog.
I've checked event log. No errors. Nothing.
I've checked Umbraco log. No errors. Nothing.
The access.config file is intact and contains the right id's.
Running Umbraco 4.7.0
Anyone know whats going on?
I havent found any related bugs on codeplex.
best
Jesper
Hi Jesper,
I've seen weird issues in the past when a member with an empty login name existed in the database. Check if you are in that situation. Might be unrelated to your issue but you never know. This bug is fixed in 4.7.1 I think.
Cheers,
Richard
Hi Richard,
Thank you for your suggestion. I just checked the members ( in db) and sadly all had login names :(
Have you seen this bug mentioned on codeplex? Cant find it.
best
Jesper
Hi Jesper,
Think I've seen it in the release notes. Sorry don't know what happened then :-(
Best,
Richard
Hi Richard,
Thanks. I'll try with an upgrade and see if it solves the problem.
best
Jesper
Havent upgraded due to other factors.
But I've noticed that the problem goes away if I just restart the webapp (touch the web.config).
best
Jesper
is working on a reply...