Announcement

Collapse
No announcement yet.

Variable 'INNERLAYOUT' is used out of context

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

    Variable 'INNERLAYOUT' is used out of context

    I have imported template from v7 to v8 and I am experiencing annoying 1 error during the upload or refresh. Variable 'INNERLAYOUT' is used out of context! When I go more further it shows that HTML close tag is without open tag. But in the code looks all right.
    I don't know what I am doing wrong. In v7 all work fine

    Here are the snapshots:
    http://www.provisuals.co.uk/error1.jpg
    http://www.provisuals.co.uk/error2.jpg

    #2
    Try moving the </form> up to just below the end of the first table, ie to here:

    </table>
    <br />
    <br />
    </form>

    Comment

    Working...
    X