17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 997 Views |
-
Can't create CMS users

4 March 2008 at 12:54am Last edited: 4 March 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.
-
Re: Can't create CMS users

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
-
Re: Can't create CMS users

4 March 2008 at 3:44am
Hi Banal - Thanks for the tip; unfortunately it didn't change anything. The same problem persists.
| 997 Views | ||
|
Page:
1
|
Go to Top |

