CompanyDirectory 1.5.2 Category Permissions Error

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
timmahoney
New Member
New Member
Posts: 9
Joined: Wed Jul 09, 2008 2:28 pm

CompanyDirectory 1.5.2 Category Permissions Error

Post by timmahoney »

If anyone has an error with this, there's a quick fix

When clicking into CompanyDirectory->Settings->Category Tab and then clicking a Category to edit it, I received a Permissions error. I dug a bit and found the line in action.editcategory.php (line 21)

Code: Select all

if (!$this->CheckPermission('Modify Company Directory')) exit;
{
	echo $this->ShowErrors($this->Lang('needpermission', array('Modify Company Directory')));
	return;
}
Remove the "exit;" at the end of line 21, and it should work fine.
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: CompanyDirectory 1.5.2 Category Permissions Error

Post by nicmare »

its a known problem. check the bugtracker
Post Reply

Return to “Modules/Add-Ons”