Announcement

Collapse
No announcement yet.

Error message on opening Actinic

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

    Error message on opening Actinic

    I get the following message when I first open Actinic. As soon as I navigate to any other product or section the message disapears ' Error in condition, The 'in test mode' variable has been placed within the Standard Meta tags layout but it won't work there. Click here to go to the code.'

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="MSThemeCompatible" content="yes" />
    <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%20AND%20%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22%29%20OR%20%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e" >
    <actinic:block if="%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
    <meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
    </actinic:block>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22" >
    <meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
    </actinic:block>
    </actinic:block>
    <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22%20OR%20%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22%29%20AND%20%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e%20%3d%3d%20FALSE" >
    <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
    <meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
    </actinic:block>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22" >
    <meta name="description" content="<actinic:variable name="MetaDescription" />" />
    </actinic:block>
    </actinic:block>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22InTestMode%22%20%2f%3e">
    <meta name="robots" content="noindex, nofollow">
    </actinic:block>

    I can see 'In Test Mode' there but how do I get to it and what do I remove?
    All I have done is install a few new products and this error came up.

    Thanks
    Scottish Gifts 4U - quality gifts from Scotland

    #2
    Just bumping this up again

    It's not affecting the site but it would be nice to get rid of it.

    Ta
    Gail
    Scottish Gifts 4U - quality gifts from Scotland

    Comment


      #3
      Look in the 'Standard Meta Tags' layout at the bottom. If you don't use Test Mode then just delete the last three lines.

      Comment

      Working...
      X