I used pablohoney's instructions for installing weight-based shipping module which worked great
until I got to the last stop "click the green + to install the module......" and I get a message that
says "you do not have permission to access this page". I used my HostMonster file manager and I have permission 755 for everything that I can see. what should I do now?
until I got to the last stop "click the green + to install the module......" and I get a message that
says "you do not have permission to access this page". I used my HostMonster file manager and I have permission 755 for everything that I can see. what should I do now?
you need to goto the admin Config User Groups
there click on administrator edit button
there you will now see an unhighlighted name of the mod you installed
select it in the top and bottom list
save
now go back in hit the +
there click on administrator edit button
there you will now see an unhighlighted name of the mod you installed
select it in the top and bottom list
save
now go back in hit the +
ok - I did what you suggested and now I don't have permission for the entire admin- config- user groups
I used your suggestion for "permissions on weight based shipping". I lost access to my entire store
and access to my HostMonster account. Please help ASAP.
and access to my HostMonster account. Please help ASAP.
this is what I did:
****************************************************************
you need to goto the admin Config User Groups
there click on administrator edit button
there you will now see an unhighlighted name of the mod you installed
select it in the top and bottom list
save
now go back in hit the +
****************************************************************
as soon as I hit save, I lost access to my store. how would ftp change things back?
thanks.
****************************************************************
you need to goto the admin Config User Groups
there click on administrator edit button
there you will now see an unhighlighted name of the mod you installed
select it in the top and bottom list
save
now go back in hit the +
****************************************************************
as soon as I hit save, I lost access to my store. how would ftp change things back?
thanks.
To get you over this, simply edit the file catalog\library\user\user.php by replacing the function hasPermission() with the following
If you are not using permissions to restrict other admin users rights, then this gets rid of the unnecessary and painful and dangerous step of giving permission to the administrator every time you add something.
You can see how much I like this "feature" for the Top Administrator group.
Code: Select all
function hasPermission($key, $value)
{
return true; // bypass all permission stuff
if (isset($this->permissions[$key]))
{
return in_array($value, $this->permissions[$key]);
}
else
{
return FALSE;
}
}

just to close the thread... this issue was fix.. it was a matter of user error... had unselected all the other options and only selected the new one.
2 ways to fix.
1) as above like bruce has listed.
or
2) Using phpMyAdmin replace the entry for the group from the install sql.
This will restore default priv's back then you can try agian (selecting all)
Jonathon
2 ways to fix.
1) as above like bruce has listed.
or
2) Using phpMyAdmin replace the entry for the group from the install sql.
This will restore default priv's back then you can try agian (selecting all)
Jonathon
Who is online
Users browsing this forum: No registered users and 4 guests