Announcement

Collapse
No announcement yet.

error message once uploaded new primary.html page

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

    error message once uploaded new primary.html page

    hi there,

    i am uploading a new primary.html page and keep getting the error message, what does this mean? and is it a problem?:;::


    Warning: Some of the configuration variables were not found in the HTML templates. If you modified these templates, make sure the results are what you want. If you have not modified the templates, the files are probably corrupt. Try restoring them from a backup or contact your Actinic reseller or Actinic Support as appropriate.

    preview html [image name] variable: footer, load function, onload


    does this make sence to anyone, its the same now even if i replace the origional act_primary page.
    Thanks for all help everyone!!

    www.decorativextras.com

    #2
    Look in Act_Primary.html for this line

    <BODY NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" OnLoad="NETQUOTEVAR:ONLOAD">

    That's the usual <BODY...> tag. If you don't see that "NETQUOTEVAR:ONLOAD" in it, then your backup Act_Primary.html isn't a true copy of the previous working file.

    It is best not to delete NETQUOTEVAR's but instead (if you really don't want them and understand the implications) to comment them out by surrounding them with <!-- and -->. Sometimes you have to move them (if they are e.g. inside an HTML tag) before you comment them out. This way Actinic knows they are still there but doesn't do anything with them.

    You will have a true original Act_Primary.html in C:\Program Files\Actinic Ecommerce v6\Original but it will have none of your customisations.


    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X