Page 1 of 1

CGFeedback and ModuleManager Error

Posted: Tue May 26, 2009 4:44 pm
by chaszu
Hi,

Quick question:

All I did was, I put the
{CGFeedback action='summary'}
{CGFeedback}

And when I press Submit the form (of the comment)

In the place where I have my {Menu}

I get this:

Warning: Parameter key1 is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter key2 is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter key3 is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter feedback_origurl is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter title is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter author_name is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter author_email is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter rating is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter comment is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

Warning: Parameter submit is not known by module MenuManager dropped in /var/clients/client2/web14/web/lib/misc.functions.php on line 1359

And the menu shows Fine below this errors.
Any ideas?

I have ALL Latest Versions of modujes and CMSMS (installed today)

Any help appriciated.

THanks!!!

PS. I posted this in to Developers Discussion. Sorry for that, Mod, Please delete the one from Developers discussion.

Re: CGFeedback and ModuleManager Error

Posted: Sat May 30, 2009 5:50 pm
by vladgarner
I ran into the same error.  It seems that the page does not like having multiple submit buttons (e.g. Submit for comment, and Search) I had a page with comment submit & search on it - it fails in Firefox, but works in IE6.0.

I removed the other function (i.e. Search) - and the comment submit in CGFeedback works fine.

Perhaps someone else can explain what causes this and how to fix.  It would be nice to have multiple submit buttoons on a page.

Re: CGFeedback and ModuleManager Error

Posted: Sat May 30, 2009 6:09 pm
by vladgarner
Found the problem after actually READING the help files.  When I add the policy parameter - everything works as needed.

eg
{CGFeedback action='default' policy='session'}

I think if you add the policy parameter you will fix your problem.