module permissions

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
fuquam

module permissions

Post 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?
casidougal
Forum Members
Forum Members
Posts: 98
Joined: Tue Jun 06, 2006 10:08 pm

Re: module permissions

Post 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;
Last edited by casidougal on Mon Jun 18, 2007 10:58 pm, edited 1 time in total.
Locked

Return to “CMSMS Core”