Page 1 of 1

module permissions

Posted: Mon May 21, 2007 9:28 pm
by fuquam
I'm trying to install theĀ  Form Builder module but when I click "download & install" I get

"You need the "Modify Forms" permission to perform that operation."

That isn't a permissions option under Group Permissions for Admin.

So how can I install this module?

Re: module permissions

Posted: Mon Jun 18, 2007 10:52 pm
by casidougal
Found this fix in another post:
Greg wrote: Remove line 10 from method.install.php in the modules/FormBuilder folder

Code: Select all

if (! $this->CheckAccess()) exit;