I've read [url=http://"http://forum.cmsmadesimple.org/index.php/topic,14434.0.html#msg71373"]here[/url] that FeedBackForm is deprecated. Now I've got a website which still uses this module, and I recently upgraded it. I saw the Formbuilder module in the modules. It was downloaded, but not installed. So I clicked install, and I got this message:
You need the "Modify Forms" permission to perform that operation.
Now I've checked the permissions I have, and I have all permissions, except for "Modify Files", since I've installed the other filemanager module.
Am I doing something wrong here?
Unable to install formbuilder
Re: Unable to install formbuilder
Strange message, but I found a topic with a solution.
http://forum.cmsmadesimple.org/index.ph ... l#msg63548
Ronny
http://forum.cmsmadesimple.org/index.ph ... l#msg63548
Ronny
Re: Unable to install formbuilder
I see... delete the line that checks for permissions....
if (! $this->CheckAccess()) exit;
This IS a solution, but I'm not sure if it is the correct one...
if (! $this->CheckAccess()) exit;
This IS a solution, but I'm not sure if it is the correct one...
Re: Unable to install formbuilder
I agree, I'll report this one in the QA-area.
Ronny
Ronny
Re: Unable to install formbuilder
I found another solution, which, ultimately, didn't solve the problem, so I just went ahead and deleted the check. After installation I could check the correct permission.
Re: Unable to install formbuilder
This doesn't do anything after installation, it just prevented you from installing at all. With the deletion of the line, you just made sure you could install. After installation, all will function as normal. SO that line has no effect AFTER installation.
BTW the link to the QA-topic:
http://forum.cmsmadesimple.org/index.ph ... l#msg71471
Ronny
BTW the link to the QA-topic:
http://forum.cmsmadesimple.org/index.ph ... l#msg71471
Ronny
Last edited by RonnyK on Fri Aug 24, 2007 7:20 am, edited 1 time in total.
Re: Unable to install formbuilder
Thank you!
I've added some more of my findings to your Q&A post. I am a programmer myself (though rarely have the free time to do so), so I guess I could've solved this one on my own
I've added some more of my findings to your Q&A post. I am a programmer myself (though rarely have the free time to do so), so I guess I could've solved this one on my own


