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.

Form Questions /

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

SS_2.4.0b2:: Error Login Form


Go to End


4 Posts   5147 Views

Avatar
NARKOZ

Community Member, 25 Posts

1 April 2010 at 2:07am

Edited: 01/04/2010 2:13am

Hi.
Can't login to admin panel.

After submitting login form I get this error message:

The action 'Security' does not exist in class Security

Modules installed: blog (trunk), userforms (trunk).
Server: localhost
PHP 5.3.0

Forcing a log-in without actually filling out the log-in form doesn't help.

//
However /dev/build works.

http://localhost/admin redirects to http://localhost/Security/login?BackURL=%2Fadmin

Avatar
Highsense

Community Member, 2 Posts

19 May 2010 at 4:11pm

Do you have a <% base_tag %> in the head section of your custom theme? This is required for paths to work correctly.

Avatar
SSadmin

Community Member, 90 Posts

15 June 2010 at 12:13pm

have exactly problem with NARKOZ.
and the <% base_tag %> did solve the problem..
Thanks lots Highsense :D

Avatar
matkop

Community Member, 3 Posts

24 June 2011 at 4:31pm

Thanks Highsense. <% base_tag %> Worked like a charm :)