Thread Starter
thy92
(@thy92)
I’ve suppressed the plugin then installed the plugin again, the plugin is activated
but the menu item doesn’t appear.
This page
http://www.YOURSITE.com/wp-admin/admin.php?page=ai-quiz-home
is not accessible.
When I re-installed the plugin it doesn’t created TABLES in database …
Thread Starter
thy92
(@thy92)
To encouter the bug I’ve done this in quizz-tool-lite.php
line 63 :$minimumAccessLevel=”administrator”;
just before the switch,
the menu appears …
Thank you – give us some time to take a look and try to reproduce…
Hi,
Spent a bit of time looking at this – and upgraded to 4.7.2 to double check. I simply can’t reproduce the bug 🙁
The only thing I can think is that somehow the account you’re using doesn’t have the correct access level – which is stored here:
get_option(‘qtl-minimum-editor’);
First off can you try bringing the level down to minimum by pasting this into the functions file
update_option(‘qtl-minimum-editor’, ‘contributor’);
To reset it to – just in case its something strange like that.
Alex