Page 1 of 1

form builder/browser showing warning errors on page

Posted: Sat Jul 21, 2007 3:55 am
by izzysanime
Hi,

When i submit info on my form, i get the following errors
Warning: Parameter form is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter form_id is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter continue is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter done is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter _20 is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter _21 is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter _22 is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

Warning: Parameter _23 is not known... dropped in /mounted-storage/home59c/sub001/sc15160-KJJA/www/lib/misc.functions.php on line 1252

I just upgraded to the recently released CMSMS, and everything else works (so far) the errors appear in the footer area of the page.

Thanks,
Josh

Re: form builder/browser showing warning errors on page

Posted: Sat Jul 21, 2007 4:09 am
by izzysanime
OK, i checked the files permissions, i changed them to 777, still get same error.  I did it before, how do i check for safe mode?

I noticed that the search module is on the same page (in the footer), So then there are 2 form fields that are on the same page.  It worked before i upgraded.

Thanks,
Josh

Re: form builder/browser showing warning errors on page

Posted: Sat Jul 21, 2007 4:17 am
by izzysanime
OK, now im having another problem, i cant save changes to something.  My try was for the footer, i tried to remove the search part to test it, and it wont change.

Re: form builder/browser showing warning errors on page

Posted: Sun Jul 22, 2007 1:06 am
by izzysanime
hi, The site still loads and everything, so its no rush.  But I would like to fix this, if anyone has any suggestions.

Thanks,
Josh

Re: form builder/browser showing warning errors on page

Posted: Sun Jul 22, 2007 1:39 am
by izzysanime
If it helps, when i was running the installer, it had a green check next to "check for safe mode"

Re: form builder/browser showing warning errors on page

Posted: Sun Jul 22, 2007 1:50 am
by izzysanime
O, I just tried something that fixed 1 problem, but might be a glitch, when i change something, click apply, it wont save, but if i click submit, it does.  Was there something I could have missed?

Also, now that i removed the search from the same page as the form, it does not show any errors, so i kind of fixed that problem, but wondering how i can get it working on the same page.  (it did work before I upgraded)

thanks,
Josh

Re: form builder/browser showing warning errors on page

Posted: Thu Aug 02, 2007 12:18 pm
by rtkd
forgot {$hidden} ?

Re: form builder/browser showing warning errors on page

Posted: Wed Aug 22, 2007 10:31 pm
by ikatt
I have the same problem using another module with form data on a page together with {search}. In my case it's Form Builder, and as soon as I remove {search} from the page the problem/error messages disappears.

And, yes I have remembered {$hidden}, but it seems that everything from Form Builder gets passed to the {search} form, thus creating mayhem.

Re: form builder/browser showing warning errors on page

Posted: Thu Aug 23, 2007 11:37 am
by loosefast
Having the same problem with Formbuilder. Installed FormBuilder-0.4 last night, but still happening.

I don't have search module active, but is it generally assumed that this problem is being caused by a module conflict?

Tom

Re: form builder/browser showing warning errors on page

Posted: Thu Aug 23, 2007 2:30 pm
by ikatt
I have also downloaded the latest trunk from SVN and still gets the errors. To get my forms to work without displaying those warnings on the site, I have just commented out that part on line 1252 in lib/misc.functions.php

Code: Select all

//  trigger_error('Parameter '.$key.' is not known... dropped',E_USER_WARNING);
Not the best solution, but it works.

Re: form builder/browser showing warning errors on page

Posted: Fri Aug 24, 2007 9:32 pm
by loosefast
Thanks, this worked. Is it OK to call this (SOLVED) when it involves editing a core file???

Re: form builder/browser showing warning errors on page

Posted: Fri Aug 24, 2007 9:34 pm
by calguy1000
There's a checkbox in global settings to turn these warnings off.

Re: form builder/browser showing warning errors on page

Posted: Sat Aug 25, 2007 4:51 pm
by loosefast
calguy1000 wrote: There's a checkbox in global settings to turn these warnings off.
I'm fairly sure that this checkbox was the first thing I tried, and it had no effect on the issue.

thanks,
TOm