I was attempting to see if the latest Contour would work with Umbraco 7. After installing the nav for the backend admin interface completely disapeared. I attempted to remove Contour with hopes of solving the problem, but it did not fix it.
Assume these errors are related. I've tried some simple things like clearing cookies, and reloging. Stopping/starting the site again. I've even tried using a clean Umbraco install to connect to the database and I still have the same issue. I have a sql and file backup I could roll back to if I must, but I would prefer to not have to redo my work from the last few hours. Any ideas/solutions would be most welcome.
Hmm, clearing cookies should have solved the problem for you, the invalid token issue boils down to extra authentication we added in 7.0.1 to battle request forgery.
So contour should be compatible, it should not have any effect on the authentication tokens.
Maybe there is some other issue, could you check your serverside logs? (app_data/logs) and see if there is anything in there indicating what could be wrong
Hrmm that did the trick. Nothing out of the ordinary in the Log either. Rather odd that it would happen right after installing Contour though. Thanks for the tip.
Installed Contour, backend nav broken
I was attempting to see if the latest Contour would work with Umbraco 7. After installing the nav for the backend admin interface completely disapeared. I attempted to remove Contour with hopes of solving the problem, but it did not fix it.
In my browser I am getting the following errors:
Assume these errors are related. I've tried some simple things like clearing cookies, and reloging. Stopping/starting the site again. I've even tried using a clean Umbraco install to connect to the database and I still have the same issue. I have a sql and file backup I could roll back to if I must, but I would prefer to not have to redo my work from the last few hours. Any ideas/solutions would be most welcome.
Hmm, clearing cookies should have solved the problem for you, the invalid token issue boils down to extra authentication we added in 7.0.1 to battle request forgery.
So contour should be compatible, it should not have any effect on the authentication tokens.
Maybe there is some other issue, could you check your serverside logs? (app_data/logs) and see if there is anything in there indicating what could be wrong
Hrmm that did the trick. Nothing out of the ordinary in the Log either. Rather odd that it would happen right after installing Contour though. Thanks for the tip.
is working on a reply...