Announcement

Collapse
No announcement yet.

HTML templates

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

    HTML templates

    When I try to publish the site I get the following warning.
    Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the Online Store Folder on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.

    No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory.

    I have looked and it seems that all of the templates are in the correct folder (they are where they went when I installed the program). Even if I solve this I know that I will then get an error that tells me that the scripts have either not been uploaded or I do not have full permissions. I know for a fact that both of these statements are incorrect.
    Anyone got any ideas. I have spent days trying to get this to work and I am just about ready to give up and use the PayPal extension for Dreamweaver instead.

    Actinic market this package as being so easy but it seems anything but.
    Tony

    #2
    Welcome, Tony.

    Actinic uploads all files to a single directory (usually acatalog) on the server. If it finds a bit of code e.g.

    <img src="mycustomheader.gif" />

    all is fine.

    However if it detects e.g.

    <img src="images/mycustomheader.gif" />

    Then you get the warning message.

    Unfortunately, the warning is not much use if it doesn't indicate the file in question. You may have to do some detective work to locate the offending code snippet.

    Note that it's not necessarily an image - it could be a <script ...> or <link ...> tag - almost anything that has a src="...." in it.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      That warning is associated with modifying templates outside of the software - have you been altering the templates???

      Comment


        #4
        You'll also get this error of you have any full links in your html. i.e. anything along the lines of "http://www.yourdomain/acatalog/page3.html".

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment

        Working...
        X