Hi there!
I'm running CMS Made Simple 1.0.8 "Kona" on PHP Version 4.3.10-18, MySQL 4.0.24, Apache/2.0.54 (Debian GNU/Linux)
It's all working great, except for this one problem.
I installed FeedbackForm 0.9.15 before realising it was obsolete.
I then tried installing FormBuilder 0.3, and it says
-> You need the "Modify Forms" permission to perform that operation.
Looking in "Group Permissions -> Admin" I can't see an entry called "Modify Forms"
So I tried un-installing the FeedbackForm 0.9.15, but it doesn't have an option in the Modules page to unintall. It simply says
-> Maximum CMSMS Version Supported: 1.0.5
So
1) how do I uninstall this unsupported FeedbackForm 0.9.15
2) How do I add the permission "Modify Forms"
Thanks in advance for any help.
FormBuilder installation problem.
Re: FormBuilder installation problem.
FTP to your site and delete the FeedbackForm folder...
Then uninstall the other one and reinstall it then you should be able to go to Users & Groups » Group Permissions and choose Admin in the drop down look for any unchecked boxes check it and submit, at the bottom of the page....
Then uninstall the other one and reinstall it then you should be able to go to Users & Groups » Group Permissions and choose Admin in the drop down look for any unchecked boxes check it and submit, at the bottom of the page....
-
finnsta
Re: FormBuilder installation problem.
Hi Mark.
Thanks for your reply.
I removed the folder, removed the FormBuilder from the modules list, and re-installed it via the Module Manager.
But I still don't see the "Modify Forms" permission.
I do however see "Modify Feedback Forms" which doesn't seem to help. I assume it's left from the previous FeedbackForm.
Is there something I can do in the database to set the correct permission?
Cheers.
Thanks for your reply.
I removed the folder, removed the FormBuilder from the modules list, and re-installed it via the Module Manager.
But I still don't see the "Modify Forms" permission.
I do however see "Modify Feedback Forms" which doesn't seem to help. I assume it's left from the previous FeedbackForm.
Is there something I can do in the database to set the correct permission?
Cheers.
-
Jack @ PharSide
Re: FormBuilder installation problem.
Same thing going on for me. I am without a form module right now until this gets worked out. I tried all of the above twice and it won't show me the selection. I even uninstalled FormBrowser to be safe and it didn't help. Any ideas would greatly be appreciated on this. Unfort - I removed 4 working forms in feedback. Thanks...
Re: FormBuilder installation problem.
Check,
http://forum.cmsmadesimple.org/index.ph ... l#msg63548
there is an unneeded check in the installation of FB, if you delete this line, FB will install.
Ronny
http://forum.cmsmadesimple.org/index.ph ... l#msg63548
there is an unneeded check in the installation of FB, if you delete this line, FB will install.
Ronny
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: FormBuilder installation problem.
In the short term..... you can use this udt (just execute it once) to create the permission
Code: Select all
global $gCms;
$fb =& $gCms->modules['FormBuilder']['object'];
$fb->CreatePermission('Modify Forms','Modify Forms');
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.

