form builder/browser showing warning errors on page
form builder/browser showing warning errors on page
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
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
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
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
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
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
Thanks,
Josh
Re: form builder/browser showing warning errors on page
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
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
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
Last edited by izzysanime on Sun Jul 22, 2007 1:56 am, edited 1 time in total.
Re: form builder/browser showing warning errors on page
forgot {$hidden} ?
Re: form builder/browser showing warning errors on page
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.
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
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
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
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
Not the best solution, but it works.
Code: Select all
// trigger_error('Parameter '.$key.' is not known... dropped',E_USER_WARNING);
Re: form builder/browser showing warning errors on page
Thanks, this worked. Is it OK to call this (SOLVED) when it involves editing a core file???
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: form builder/browser showing warning errors on page
There's a checkbox in global settings to turn these warnings off.
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.
Re: form builder/browser showing warning errors on page
I'm fairly sure that this checkbox was the first thing I tried, and it had no effect on the issue.calguy1000 wrote: There's a checkbox in global settings to turn these warnings off.
thanks,
TOm