Announcement

Collapse
No announcement yet.

Done, but with errors on page

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

    Done, but with errors on page

    Does anybody have any ideas why the following page on my site
    http://www.frazerpart.com/acatalog/Gift_Ideas.html

    permanently shows the following message in the IE Status bar :-

    Done, but with errors on page

    It appears to be the only page on my site that shows this message.

    I'm sure it is a simple one to fix. Anybody got any suggestions?

    thanks in advance.
    Max

    #2
    Double click on the message Max. It's something to do with a ; on line 19 of you page.

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      so how do I find line 52, character 1?

      Comment


        #4
        You're obviously getting a different message to me. Can anyone else confirm?

        Army Gore-tex
        Winter Climbing Mitts
        webD's Blog: Website design, SEO and other ramblings…
        Twitter LinkedIN

        If you think a post is good, rate it!

        Find the answers in the Knowledge Base | Have you read the User Guides

        Comment


          #5
          Looking at the page in Firefox and using it's Tools / Error Console shows it to be the "email a friend" feature being confused by the quotes in the product name.

          Try amending that tweak to replace the fragment
          Code:
          <Actinic:Variable Name="ProductName"/>
          with
          Code:
          <actinic:block php="true">echo rawurlencode('<Actinic:Variable Name="ProductName" encoding="perl" selectable="false" />');</actinic:block>
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Originally posted by webD View Post
            You're obviously getting a different message to me. Can anyone else confirm?
            Very strange, I did it twice and got two different results both for line 19 but once char 206 and second time char 149 'expecting a ;'

            Malcolm

            SellerDeck Accredited Partner,
            SellerDeck 2016 Extensions, and
            Custom Packages

            Comment


              #7
              I always forget about that function.

              I've just had a look and it's suggesting a syntax error in some javascript. If I click on the error, I get some Illegal Value information on line 141...

              My mind boggles

              Army Gore-tex
              Winter Climbing Mitts
              webD's Blog: Website design, SEO and other ramblings…
              Twitter LinkedIN

              If you think a post is good, rate it!

              Find the answers in the Knowledge Base | Have you read the User Guides

              Comment


                #8
                Originally posted by malbro View Post
                Very strange, I did it twice and got two different results both for line 19 but once char 206 and second time char 149 'expecting a ;'
                Here is part of your code

                <input type="text" onchange=" var thisloc=location.href + '%23a80'; if (this.value != '') { location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20Porsche 2-in-1 women's jacket&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.' } " size="40" value=""/>

                Notice the ' in "women's jacket" which will confuse the parser as this is inside a section of code which is delimited by '
                '?subject=Take%20a%20look%20at%20Porsche 2-in-1 women's jacket&body=I%20saw%20'

                Malcolm

                SellerDeck Accredited Partner,
                SellerDeck 2016 Extensions, and
                Custom Packages

                Comment


                  #9
                  I've amended my solution at post #5 above and posted a bugfix for the Advanced Guide article that this came from. See http://community.actinic.com/showthread.php?t=40335 for details.
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    I'm afraid I don;t really understand anything that has been written in the last few posts.
                    Can somebody summarise this in plain english? Is it an Actinic bug or is it something that I have done?

                    Comment

                    Working...
                    X