Announcement

Collapse
No announcement yet.

errors on page

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

    errors on page

    Recently I have the "done but with errors on page" message showing in IE8 on all pages except my homepage, the errors point to a line and say syntax error.

    Any ideas - thanks
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    The 'onload' statement looks as if it might be wrong, check it in your outer layout.

    Comment


      #3
      Thanks Duncan - could this have anything to do with the fix for the security error with Firefox (preloadimages)?

      cant think of any other changes...
      https://www.harrisontelescopes.co.uk/

      Ed Harrison - Menmuir Scotland

      Comment


        #4
        There is a stray </actinic:block> in your body tag. Also an error in your stylesheet: .actxxsmall { font-size: 10px; color: <span style='color: #000000;'>#f5f5f5</span>; }
        Peblaco

        Comment


          #5
          Yes, well spotted Loiuse - I saw that too - but didn't 'see' it.

          Comment


            #6
            Now Im really lost, Im searching in the stylesheet but all I can find is:

            .actxxsmall {
            font-size: <actinic:variable name="SmallFontSize" />;
            color: <actinic:variable formatting="font(Color|000000)" name="TextColor" />;
            https://www.harrisontelescopes.co.uk/

            Ed Harrison - Menmuir Scotland

            Comment


              #7
              Thanks - how do I locate the stray block?

              Do I not correct the code in the stylesheet? Does this need fixing elsewhere?
              https://www.harrisontelescopes.co.uk/

              Ed Harrison - Menmuir Scotland

              Comment


                #8
                The only serious changes recently is the fix for preloadimages where the block is moved to the end, this should nor cause error on page hopefully...


                Code:
                <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
                the OnLoadScript is in red...
                https://www.harrisontelescopes.co.uk/

                Ed Harrison - Menmuir Scotland

                Comment


                  #9
                  The formatting can be removed. The body tag preload can be reset at Design Library and Preload Images.
                  Last edited by peblaco; 23-Apr-2010, 07:58 AM. Reason: amendment
                  Peblaco

                  Comment


                    #10
                    err is it this?


                    Code:
                    PreloadImages('<actinic:variable name="BackIconImageHighlight" />','<actinic:variable name="CheckoutIconImageHighlight" />','<actinic:variable name="ContactUsIconImageHighlight" />','<actinic:variable name="EnterShopIconImageHighlight" />','<actinic:variable name="HomeIconImageHighlight" />','<actinic:variable name="LoginIconImageHighlight" />','<actinic:variable name="SearchIconImageHighlight" />','<actinic:variable name="SiteMapIconImageHighlight" />','<actinic:variable name="StoreTopIconImageHighlight" />','<actinic:variable name="TermsIconImageHighlight" />','<actinic:variable name="UpALevelIconImageHighlight" />','<actinic:variable name="ViewCartIconImageHighlight" />');<actinic:block if="%28%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27PSP%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsPSPTestMode%22%20%2f%3e%20%3d%3d%20false%29%29%20OR%0d%28%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27SSL%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsSharedSSLForTestOnly%22%20%2f%3e%20%20%3d%3d%20false%29%29" >onLoad();</actinic:block>
                    https://www.harrisontelescopes.co.uk/

                    Ed Harrison - Menmuir Scotland

                    Comment


                      #11
                      Thanks for all your help Louise - I have emailed you
                      https://www.harrisontelescopes.co.uk/

                      Ed Harrison - Menmuir Scotland

                      Comment


                        #12
                        Interesting - I have reverted the code in the preloadimages layout with the block back at the start - no errors on page...

                        which is the lesser - security error in firefox or errors on page in IE8

                        I hope we see a better fix for the security error
                        https://www.harrisontelescopes.co.uk/

                        Ed Harrison - Menmuir Scotland

                        Comment


                          #13
                          Hi,
                          I have re applied the fix very carefully and refreshed the site, can you see if this looks ok from your end - here it now looks fine
                          https://www.harrisontelescopes.co.uk/

                          Ed Harrison - Menmuir Scotland

                          Comment


                            #14
                            Still cant quite fathom that one

                            here is the code with the colour I guess I selected by using the design view at an early stage because the white text was too bright on my black background.

                            I cant see how it relates to the corrected code in the earlier post as it looks very different?

                            Code:
                            .actxxsmall {
                            	font-size: <actinic:variable name="SmallFontSize" />;
                            	color: <actinic:variable formatting="font(Color|000000)" name="TextColor" />;
                            }
                            https://www.harrisontelescopes.co.uk/

                            Ed Harrison - Menmuir Scotland

                            Comment


                              #15
                              In the stylesheet it should be: <actinic:variable name="TextColor" />; You should check pages like terms, receipt, popups etc.
                              Peblaco

                              Comment

                              Working...
                              X