Announcement

Collapse
No announcement yet.

Coding error.... how do I fix please?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Coding error.... how do I fix please?

    Please excuse the newbie question - I'm still working my way through a test implementation and the advanced user guide - but the site I'm working on has developed an error. Apparently:

    'The selector 'ProductList' is recursively used. (2 times)'

    Doesn't actually tell me what to do about it though... any thoughts please?
    www.darrenturpin.co.uk
    Freelance webguy and pro-blogger for hire

    #2
    Double Click the error and it should take you to where the problem code is. It is telling you, that inside the code for one of the product lists, you have an instruction to insert another product list.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      You can go round in circles with this type of error ... usually best to reset the layout to factory default if nothing is obvious. It can often appear when you have set a different (and modified) layout in a section to that of the of parent value and used an incorrect variable... as Bill says one that is referring back to itself again


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Thanks to both for the advice, much appreciated.

        So, um... can I reset the layout to factory default on a particular page, or will I end up re-setting the whole site..?
        www.darrenturpin.co.uk
        Freelance webguy and pro-blogger for hire

        Comment


          #5
          Resetting the layout will affect pages wherever that layout is used. Cut and paste the contents first to a text file if you're not sure so you can reinstate it. You could also archive a snapshot as a backup.

          Comment

          Working...
          X