Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Disappearing roles page
I’m having a strange problem I just installed Vanilla and I’ve been doing great everything installed no problem. But for some reason when I click on create a role or edit a role my page comes back blank. I see the site wrapper but the guts of the page are gone. Has anyone had this problem?
0
This discussion has been closed.
Comments
One test would be to go into the library/people/People.Control.RoleForm.php and try to echo some things in the render method. Start at the beginning to see if the render method is even being called. If not, then try echoing in the constructor, again at the beginning and then make your way through. Make sure that the PageAction is coming through properly.
Do you have mod_rewrite rules on for friendly urls?