can you check the value plugin_wiki_editor in the controller?
On Sep 3, 5:04 pm, Johann Spies <[email protected]> wrote: > When tryinghttp://localhost:8000/myapp/plugin_wiki I get an error message: > > Not authorized > ACCESS DENIED > Insufficient privileges. > > I see in the model for plugin_wiki: > > DEFAULT = { > 'editor' : auth.user and auth.has_membership(role='editor') or > auth.user_id==1, # if current user a editor? > 'mode' : 'markmin', # 'markmin' or 'html' for wysiwyg editor > 'level' : 3, # 1 - wiki only, 2 - widgets enables, 3 - > remplate render enabled > 'migrate': True, # set to False in production > 'theme' : 'ui-darkness' # the jquery-ui theme, mapped into > plugin_wiki/ui/%(theme)s/jquery-ui-1.8.1.custom.css > } > > I have created a group 'editor' and added myself to that group but > that did not help. > > Johann > > -- > "Be not deceived; God is not mocked: for whatsoever a > man soweth, that shall he also reap." > Galatians 6:7

