Announcement

Collapse
No announcement yet.

Out of Context coding errors...

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

    Out of Context coding errors...

    Hello,

    Can anyone help me identify what would be causing 80 coding errors: -

    Variable 'SectionImageFileName' is used out of context (16 times)
    Variable 'SectionName' is used out of context (16 times)
    Variable 'SectionImageHeight' is used out of context (16 times)
    Variable 'SectionImageWidth' is used out of context (16 times)
    Variable 'SectionDescription' is used out of context (16 times)

    This is a V6 site upgraded to v8

    The code 'looks' fine...

    Thanks

    Alec
    Alec Moss
    Business Webpage Ltd
    Web Design
    Starter Websites

    #2
    Yep the coding may look fine ie it is syntaxically correct, but it is in the wrong place

    ie you are using section variables where section variables can not be used

    this happens - for example - if you were using section variables in product layouts

    Comment

    Working...
    X