Announcement

Collapse
No announcement yet.

Upgrade = Homepage broken

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

    Upgrade = Homepage broken

    Just trying out v9!

    Uploaded a site that was created in and exported from v8, everything was fine until I checked out the homepage.

    In v8 all the references to files in the acatalog folder such as stylesheets, images, js files were automatically updated from

    src="image.jpg" to src="acatalog/image.jpg"
    href="actinic.css" to href="acatalog/actinic.css"
    src="actiniccore.js" to src="acatalog/actiniccore.js"


    In v9 this hasnt happened - so the page does not display correctly. Any ideas how to fix this. Everyother page is fine and the preview pane in actinic is fine.

    #2
    the following was in the website source before (v8) and after (v9)

    <Actinic:BASEHREF VALUE="http://www.mywebsiteurl.co.uk/" FORCED=1 />

    Regards

    Comment


      #3
      As always, an URL would help.

      Also a snippet of the overall layout code showing some of the JS or IMG tags.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        yes, <actinic:variable name="BaseHref" /> is in the Actinic layout - I have made no changes at all to the original v8 site.

        Comment

        Working...
        X