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

Can't create CMS users


Go to End


3 Posts   1348 Views

Avatar
steveb

Community Member, 5 Posts

4 March 2008 at 12:54am

Edited: 04/03/2008 12:55am

When I go to the security tab, there's nothing there - no buttons or anything to create a new user or assign users to groups. Anyone have an idea what's going on? Screenprint attached. I'm logged-in as admin.

Avatar
bummzack

Community Member, 904 Posts

4 March 2008 at 1:15am

Hi

I recently experienced the same problem. It was due to a incompatibility with the .htaccess file that was created by the SilverStripe installer.
That's how i solved the issue:

Replace this line in the .htaccess
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]

With this line
RewriteRule ^(.*)$ sapphire/main.php?url=$1 [L,QSA]

Hope that helps

Avatar
steveb

Community Member, 5 Posts

4 March 2008 at 3:44am

Hi Banal - Thanks for the tip; unfortunately it didn't change anything. The same problem persists.