FormBuilder installation problem.

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
finnsta

FormBuilder installation problem.

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: FormBuilder installation problem.

Post 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....
finnsta

Re: FormBuilder installation problem.

Post 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.
Jack @ PharSide

Re: FormBuilder installation problem.

Post 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...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: FormBuilder installation problem.

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: FormBuilder installation problem.

Post 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');
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.
Locked

Return to “CMSMS Core”