> > > 1. *<class 'gluon.contrib.pymysql.err.ProgrammingError'> (1146, > u"Table 'rbl.plugin_wiki_page' doesn't exist"* > > > Sounds like a migration error. Do you have the tables in your DB? If not, make sure you delete plugin_wiki table defs from the databases folder so that they can be created
> 2. when loading the plugin in a brand-new app, I don't see any additional > menu called "pages". > I think you have to be logged in with either user.id == 1 or role == 'editor'. Hope that helps, David

