Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

2.2 upgrade - login form missing


Go to End


3 Posts   2153 Views

Avatar
binarysavant

Community Member, 1 Post

30 November 2007 at 5:19am

After upgrading to 2.2 i cant login to the CMS anymore.

The login form is missing, no errors are reported.

I just says
"Please choose an authentication method and enter your credentials to access the CMS.".

Any ideas?

Avatar
Sigurd

Forum Moderator, 628 Posts

4 December 2007 at 2:04pm

Does the form show when you View-Source?
I.e. is it a problem of CSS or HTML ?

You may need to refresh the silverstrpie (flush=1) or browser CSS cache.

Avatar
froburg

Community Member, 8 Posts

4 December 2007 at 7:03pm

As per http://doc.silverstripe.com/doku.php?id=upgrading

Check that you have a Layout/Page.ss file for your site, or alternately have a Security_login.ss template.

Your template file needs a $Form variable for it to work. This is where the login form gets included.

Without either of these, the Security/login form will be blank.