Announcement

Collapse
No announcement yet.

PDF viewing access denied

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

    PDF viewing access denied

    Hello All.

    I have been working on a tab system for our web site. Finally got it sorted, but now have a problem with PDF's working within it.

    It works ans show in the software. After being uploaded, hover over the tab and a pop up says, 'Access Denied'

    <link>http://www.livinghouse.co.uk/acatalog/test/acatalog/2-Piece-Waterproof-Shower-Wall-Panels.html</link>


    Any help on this would be grand.

    Thanks!
    Attached Files

    #2
    Your Colours tab is trying to open file E:\Ian\Desktop\combined_document.pdf - and that's not a valid URL for a live web page.

    SellerDeck doesn't automatically detect PDF files and upload them for you. You'll need to add them to Design / Additional Files. And only enter the filename part of the PDF into your tab content.

    P.S. None of your other tabs seem to work.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks.

      Can see where I have gone wrong.

      Thanks again

      Comment


        #4
        If you want to use the "Browse" facility to populate these PDF fields, then strip path info using PHP:
        Code:
        <actinic:block php="true">echo basename('<actinic:variable name="PDFFile" encoding="perl" selectable="false" />');</actinic:block>
        N.B. Untested - I just typed it straight into the post.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X