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.
CGFeedback and ModuleManager Error
-
- New Member
- Posts: 5
- Joined: Tue Nov 06, 2007 4:08 pm
Re: CGFeedback and ModuleManager Error
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.
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.
-
- New Member
- Posts: 5
- Joined: Tue Nov 06, 2007 4:08 pm
Re: CGFeedback and ModuleManager Error
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.
eg
{CGFeedback action='default' policy='session'}
I think if you add the policy parameter you will fix your problem.