form builder/browser showing warning errors on page

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
izzysanime

form builder/browser showing warning errors on page

Post 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
izzysanime

Re: form builder/browser showing warning errors on page

Post 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
izzysanime

Re: form builder/browser showing warning errors on page

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

Re: form builder/browser showing warning errors on page

Post 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
izzysanime

Re: form builder/browser showing warning errors on page

Post by izzysanime »

If it helps, when i was running the installer, it had a green check next to "check for safe mode"
izzysanime

Re: form builder/browser showing warning errors on page

Post 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
Last edited by izzysanime on Sun Jul 22, 2007 1:56 am, edited 1 time in total.
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: form builder/browser showing warning errors on page

Post by rtkd »

forgot {$hidden} ?
ikatt

Re: form builder/browser showing warning errors on page

Post 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.
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

Re: form builder/browser showing warning errors on page

Post 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
ikatt

Re: form builder/browser showing warning errors on page

Post 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.
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

Re: form builder/browser showing warning errors on page

Post by loosefast »

Thanks, this worked. Is it OK to call this (SOLVED) when it involves editing a core file???
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: form builder/browser showing warning errors on page

Post by calguy1000 »

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.
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

Re: form builder/browser showing warning errors on page

Post 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
Locked

Return to “CMSMS Core”