Page 1 of 1

FormBuilder installation problem.

Posted: Wed Aug 08, 2007 1:02 pm
by finnsta
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.

Re: FormBuilder installation problem.

Posted: Wed Aug 08, 2007 1:14 pm
by Dr.CSS
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....

Re: FormBuilder installation problem.

Posted: Wed Aug 08, 2007 1:32 pm
by finnsta
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.

Re: FormBuilder installation problem.

Posted: Fri Aug 31, 2007 8:12 pm
by Jack @ PharSide
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.

Posted: Sat Sep 01, 2007 5:58 am
by RonnyK
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

Re: FormBuilder installation problem.

Posted: Sat Sep 01, 2007 2:49 pm
by calguy1000
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');