Announcement

Collapse
No announcement yet.

Search causes broken images

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

    Search causes broken images

    Hi All

    Still developing our new V8 site and we have noticed that performing a search for a product and then following the link to the product, leads to the product page but with broken images. When right clicking an image and looking at the path, for some reason actinic is trying to display the image from the cgi bin?

    Any ideas as to why?

    Cheers

    #2
    Hello

    Could you post a URL, so I can check?
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment


      #3
      Seem to be having the same issue

      Greetings

      I seem to be having the same issue here all of a sudden. Whenever a search query is requested the search terms come back with broken link images. I have compared the layout code to the factory setting and there seems to be a issue in the code. I will attach it below and if anyone has any ideas i would be grateful.

      Code:
      <p>
      <Actinic:Variable Name="SearchResultItem"/>.
      <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsImage%22%20%2f%3e" >
      <Actinic:XMLTEMPLATE NAME="ImageLine">
      	<img src="<actinic:variable name="SearchResultProductImage" />" <actinic:variable name="SearchResultProductImageSize" /> />
      </Actinic:XMLTEMPLATE>
      </actinic:block>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsName%22%20%2f%3e">
      	<Actinic:Variable Name="SearchResultLink"/><b><Actinic:Variable Name="SearchResultProductName"/></b></a>
      </actinic:block>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsSectionName%22%20%2f%3e">
      	<Actinic:Variable Name="SearchResultSectionName"/>
      </actinic:block>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsPrice%22%20%2f%3e">
      	<Actinic:Variable Name="SearchResultPrice"/> 
      </actinic:block>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsDescription%22%20%2f%3e">
      	<br /><actinic:variable name="SearchResultFullDescription" />
      </actinic:block>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsProperties%22%20%2f%3e" >
      	<br /><actinic:variable name="SearchResultProp" />
      </actinic:block>
      </p>
      Shannon
      Big Game Hunters
      Trampoline Specialists - Etoyszone Trampolines
      Trampolines and Outdoor Toys - Garden Games
      Table Tennis Table - Table Tennis Specialist Shop
      Trampoline Brand Information - Trampolines 4 Sale
      Climbing Frames - Wooden Climbing Frames
      Trampoline Specialist Blog
      Table Tennis Blog

      Comment


        #4
        if the search function is looking for images in the cgi bin then the root of the issue is probably within your network settings or BASEREF

        Comment

        Working...
        X