Coding Errors

Two level, smoothly expanding, search engine friendly accordion menu.
Post Reply
CGAChris
Posts: 1
Joined: Tue Feb 16, 2010 1:04 pm

Coding Errors

Post 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?
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Coding Errors

Post 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 ....".
Norman
Post Reply