Page 2 of 2

Re: FormBuilder / FormBrowser

Posted: Tue Apr 17, 2007 12:24 am
by cnymike
Greg wrote: Remove line 10 from method.install.php in the modules/FormBuilder folder

Code: Select all

if (! $this->CheckAccess()) exit;
Hi Greg, well that worked. But it's just a workaround right? I shouldn't be having that problem in the first place correct?

Well, now that I've got From Builder installed, I turned my attention to Form Browserr. The attempt to install that resulted in this error...
--Add Me - module:FormBrowser string:you_need_permission--
I'm assuming this is similar to the preceding problem and will look for a similar bit of code to comment out as before. But if not, please provide guidance. Thanks.

UPDATE: Well I did the same thing to the similarly named FormBrowser file and was able to install it. Success.

But I'm concerned about this permissions problem. I did not have this problem on another installation of CMSMS that I oversee which is hosted on a different host.

Can I safely reinstall CMSMS 1.0.5 right over the current install with no ill effects? I'd like to see if a fresh install would solve the problem.

Re: FormBuilder / FormBrowser

Posted: Fri Apr 20, 2007 8:13 pm
by Greg
I found the line causes no problems after the permissions are set once. I am running 1.0.5 with no problems with formBuilder.

Re: FormBuilder / FormBrowser

Posted: Fri Apr 20, 2007 8:38 pm
by cnymike
Greg wrote: I found the line causes no problems after the permissions are set once. I am running 1.0.5 with no problems with formBuilder.
I don't follow you Greg. I'm a little dense sometimes. What do you mean?

Re: FormBuilder / FormBrowser

Posted: Fri Apr 20, 2007 9:28 pm
by Greg
I took line 10 out, installed FormBuilder, set the permission to modify forms, put the line back in and all is well. Upgrading to a newer version of FormBuilder and CMSMS works. The problem was just getting past the first install and having the 'Modify Forms' show up in the permissions. Hope this helps.

Re: FormBuilder / FormBrowser

Posted: Fri Apr 20, 2007 10:01 pm
by cnymike
Gotcha. I'll try it as well and let the group know the result.