Ive installed a clean umbraco 7 version 7.0.1, several times with clean folder, clean database. When i go into the administration i have no menu on the left side. I can go to settings via the url. But the only element in the left collumn is my profile page, and there i can't logout either. I've tried to delete the cookies and relogin, but didn't help.
Make sure to clear all cookies for umbraco7.local. We've had to update our cookies for security reasons, the 417 error indicates that you still have some old cookies laying around.
somehow i worked today 2 min ago when i tried. Though i deleted all cookies earliere aswell, so i was logged out of the backend.. Wierd.. But it works now, thanks! :)
The problem occurs when a login has failed, per instance with the wrong password. I would say that the issue is critical. The only way to be able to use the back-office again is to remove cookies, or maybe letting the session expire.
Its solved by clearing cookies. It accours if the username and password is typed in wrong. If you do that, you need to clear browser cookies, and type in the write username and password afterwards ;)
maybe i will fork this and rebuild the sources and update my bin folder. Does't anyone try this? i think this is critical because it had impact on customer usability. it is very anoying to him to clear the cookies or use a private browser session.
Wow just ran into this and it is frustrating... no way I can let a client have access to a build with this if they enter thier password wrong once then log in "OK" they can switch sections.
From a use rperspective It's probably just as bad as the poor UI decision with how to close the Help and User menus if you open them just to see what is in them (you have to click on a emtpy area of the left menubar??).
Jamie - you are absolutly correct. Though this is the circumstances, and as long you have identified the problem, and it is solvable you should be fine.. But i still agree with you :)
The password problem has been solved in today's 7.0.2 release. Make sure to also update the ClientDependency.config file as mentioned in the release notes.
Hi all,
I ran into this after I updated Umbraco from 7.2.1 to 7.5.4 version. Cannot see any errors in log except messages like:
INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 0ms)
Tried with deleting cookies but that is not that. Only fix I have is recycling app pool but that is a short time fix since after some time it repeats, no menu on the left and loading content on the right. Maybe somebody can help me with this?
clean umbraco 7, no admin menu
Ive installed a clean umbraco 7 version 7.0.1, several times with clean folder, clean database. When i go into the administration i have no menu on the left side. I can go to settings via the url. But the only element in the left collumn is my profile page, and there i can't logout either. I've tried to delete the cookies and relogin, but didn't help.
In the console there are these errors :
anyone make any sense of what is going on ?
Make sure to clear all cookies for umbraco7.local. We've had to update our cookies for security reasons, the 417 error indicates that you still have some old cookies laying around.
somehow i worked today 2 min ago when i tried. Though i deleted all cookies earliere aswell, so i was logged out of the backend..
Wierd.. But it works now, thanks! :)
If this continues to occur and/or is repeatable, can you please add the information here: http://issues.umbraco.org/issue/U4-3907
As posted in: http://issues.umbraco.org/issue/U4-3907
The problem occurs when a login has failed, per instance with the wrong password.
I would say that the issue is critical. The only way to be able to use the back-office again is to remove cookies, or maybe letting the session expire.
anyone found a solution for this error?
Its solved by clearing cookies. It accours if the username and password is typed in wrong. If you do that, you need to clear browser cookies, and type in the write username and password afterwards ;)
I saw that it was corrected on this commit. https://github.com/umbraco/Umbraco-CMS/commit/154ee3975579f3c883d74970a638de3432e6e22b
maybe i will fork this and rebuild the sources and update my bin folder. Does't anyone try this? i think this is critical because it had impact on customer usability. it is very anoying to him to clear the cookies or use a private browser session.
Double -> i havn't tried it, though the developers at umbraco was aware of the problem, so my best guess is that it has been solved.
it will be solved on the next release, until there i think we have to manualy update it.
Wow just ran into this and it is frustrating... no way I can let a client have access to a build with this if they enter thier password wrong once then log in "OK" they can switch sections.
From a use rperspective It's probably just as bad as the poor UI decision with how to close the Help and User menus if you open them just to see what is in them (you have to click on a emtpy area of the left menubar??).
Jamie - you are absolutly correct. Though this is the circumstances, and as long you have identified the problem, and it is solvable you should be fine.. But i still agree with you :)
The password problem has been solved in today's 7.0.2 release. Make sure to also update the ClientDependency.config file as mentioned in the release notes.
You also get this error if any of your custom cookies contain a colon ":" in the name.
Hi all, I ran into this after I updated Umbraco from 7.2.1 to 7.5.4 version. Cannot see any errors in log except messages like:
INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 0ms)
Tried with deleting cookies but that is not that. Only fix I have is recycling app pool but that is a short time fix since after some time it repeats, no menu on the left and loading content on the right. Maybe somebody can help me with this?
is working on a reply...