Announcement

Collapse
No announcement yet.

Image Path Upload Error

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

    Image Path Upload Error

    I've added a image path to "one" of the templates.
    When i upload i'm getting a error which is basically saying:

    "Warning: the html templates specify source files (with "SRC=" commands)" that reside in directories other than the acatalog directory on the web site. "

    I've searched the templates and i can't find the offending template.
    I've tried to look at the error.err file, but that doesn't seem to be created on the server...

    Anyone got any ideas on the best way to resolve this?

    Cheers

    #2
    you have to live with it!!

    see this thread to see how you can bypass it

    http://community.actinic.com/showthr...&threadid=3903

    Comment


      #3
      Cheers Jo
      not the resolution i was hoping for but it would work

      oh well
      ta

      Comment


        #4
        I can now add a little extra info to this problem, having eventually found a fix for a customer...

        There were NO SRC= for images outside the acatalog folder in the templates, but there was an HREF= with a path of ../ i.e. back to the site's home and other pages: e.g.

        <a href="../index.html">Home</a>

        By replacing the path with the full url the comment no longer apperared on upload. e.g.

        <a href="http://www.domain.co.uk/index.html">Home</a>

        You will also get the comment if your SRC or href tag starts with a forward slash. e.g.

        <a href="/index.html">Home</a>

        HTH
        Mike Booker
        M B Web Services
        mbws@mbwebs.co.uk
        +44 1932 340318

        Comment

        Working...
        X