Page 1 of 1

Coding Errors

Posted: Tue Feb 16, 2010 1:50 pm
by CGAChris
When installed the Accordion Menu works fine, but we get the following coding error:

"The selector 'AccordionMenu' is recursively used."

This occurs in 63 places.

The line it appears to have a problem with is:

<actinic:variable name="AccordionMenu" />

Is this just something we've done?

Re: Coding Errors

Posted: Wed Feb 17, 2010 3:36 am
by norman
It's very likely that you've placed the line

<actinic:variable name="AccordionMenu" />

Inside a layout other than the Overall layout (perhaps inside a Section List layout).

Make sure you put this line into your overall layout. Probably called "Works Best With ....".