Hi,
First of all, please make sure you have logged in with Admin role.
Thanks,
Nishant
Yes of course, only 1 admin
Hi, I have the same problem …
I am having this same issue. Single Admin account.
I was able to use it with no issue earlier in the same day.
I added a few plugins manually and wanted to make a new export.
Any update on this issue?
Thanks!
I am having the same problem. I am the one and only user, of course with admin rights. But this plugin keeps on saying I don’t have a permission. And no update/support from the developer. I will rate this soon.
I fixed this on my installation (even though i am admin with full rights) by completely removing the lines at the top of mpi_appearance.php
<?php
if (!current_user_can(‘edit_plugins’)) {
_e(‘You do not have sufficient permissions to manage plugins on this blog.
‘,’mpi’);
return;
}
?>
not sure if this will work fully yet am still testing
Didnt work trying this replacement insteal
<?php
if (!current_user_can(‘manage_options’)) {
_e(‘You do not have sufficient permissions to manage plugins on this blog.
‘,’mpi’);
return;
}
?>
Let me know what you end up with that worked….thanks!
@abidan…..did you find something that worked?