NMS - Permission error when clicking email list

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
RazorMedia

NMS - Permission error when clicking email list

Post by RazorMedia »

Using NMS 1.01 and CMSMS 1.0.4

When clicking an email list, I get an error message saying:
"Error! Access Denied. Please check your permissions."

The error occurs only when logged in as my collegues admin account. No error message is displayed when logged in with the original admin account.

Any suggestion what could be the problem?
Last edited by RazorMedia on Thu Jun 28, 2007 7:43 am, edited 1 time in total.
alby

Re: NMS - Permission error when clicking email list

Post by alby »

RazorMedia wrote: Using NMS 1.01 and CMSMS 1.0.4

When clicking an email list, I get an error message saying:
"Error! Access Denied. Please check your permissions."

The error occurs only when logged in as my collegues admin account. No error message is displayed when logged in with the original admin account.

Any suggestion what could be the problem?
Check group of your collegues admin account. Is it admin?

Alby
RazorMedia

Re: NMS - Permission error when clicking email list

Post by RazorMedia »

Check group of your collegues admin account. Is it admin?
Sure it is.
alby

Re: NMS - Permission error when clicking email list

Post by alby »

RazorMedia wrote: When clicking an email list, I get an error message saying:
"Error! Access Denied. Please check your permissions."
If link of email list is: http://xxxxx/admin/moduleinterface.php? ... ]edit_list[/b],xxxxxxxxxx

Then in action.edit_list.php there is ($this->Lang('accessdenied') is your error):
if (!$this->CheckPermission('Modify NMS Lists'))
    {
                $this->_DisplayErrorPage($id, $params, $returnid,
                                                                $this->Lang('accessdenied'));
                return;
    }
Check permission  Modify NMS Lists

Alby
RazorMedia

Re: NMS - Permission error when clicking email list

Post by RazorMedia »

Check permission  Modify NMS Lists
So, your suggestion is to check the permissions?

The mystery is that we´re both administrators, but it seems we don´t share the same permissions. At least when it comes to email lists in NMS.
alby

Re: NMS - Permission error when clicking email list

Post by alby »

RazorMedia wrote:
Check permission  Modify NMS Lists
So, your suggestion is to check the permissions?

The mystery is that we´re both administrators, but it seems we don´t share the same permissions. At least when it comes to email lists in NMS.
???  ??? Very strange ...
Check in db, with phpmyadmin, both administrators

Alby
nuno

Re: NMS - Permission error when clicking email list

Post by nuno »

HELLO,
  I have the same problem, my version is 1.0.8 e NMS version is the last one

do have any solution


UPDATE

I try this!
It´s  wrong?

if (!$this->CheckPermission('Modify NMS Lists'))
    {
//$this->_DisplayErrorPage($id, $params, $returnid,
// $this->Lang('accessdenied'));
//return;
    }
Last edited by nuno on Fri Jun 29, 2007 8:32 pm, edited 1 time in total.
jaskispyder

Re: NMS - Permission error when clicking email list

Post by jaskispyder »

I had to manually add "Use NMS" into database as a possible permission. Then I set the Admin to have this permission.

For some reason, there is some old code left that checks to see of  you have "Use NMS" permission.  There may be another... I think it is "Modify NMS Lists"...

Here are the available permissions I have listed for admin:

Manage NMS Jobs
Manage NMS Lists 
Manage NMS Messages 
Manage NMS Users
Use NMS
Modify NMS Lists
Locked

Return to “Modules/Add-Ons”