Announcement

Collapse
No announcement yet.

de bug , errors?

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

    de bug , errors?

    Hello all,

    Can anyone suggest why our site after upgrading now has errors on the page.

    Customers are reporting messages saying de bug and images not loading.

    Can anyone please offer advice?

    Best Regards
    jon

    #2
    What is the URL of the site
    Owner of a broken heart

    Comment


      #3
      url

      Gary

      www.easygolf.co.uk

      Thanks!

      Comment


        #4
        Seen all the images but thier is a javascript error in the code.

        You can view the error by clicking the little icon in the bottom left of the browser status bar.

        It's on line 206
        Owner of a broken heart

        Comment


          #5
          Add these lines into Act_Primary.html - into the <head> section...
          Code:
            <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
             <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
             <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
             <!--@act NETQUOTEVAR:HEADERMETA -->
             <!--@act NETQUOTEVAR:LOADFUNCTION -->
             <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
          
          <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
          <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
          I'm not sure why they are missing, but they are required in order to make your pages work.

          Comment


            #6
            hi, we've also been having reports from customers saying they have been presented with this "de bug" message and the missing photos problem. I have inherited the responsibility for this website from someone else and i'm wondering if it might be best to completely redesign it now i know my way around actinic. would i be able to keep the same url if i designed a new site ? or is that an issue i would have to take up with our web hosts ?

            Our url is http://www.wear2get.co.uk

            Any help with this would be appreciated

            thanks
            salty

            Comment


              #7
              The page displays ok for me, but the browser is reporting a syntax error somewhere in the Javascript, although the js looks ok to me (not an expert). I would suggest that you download Firefox and FireBug plugin to help debug sytax errors.

              For starters, I found this:
              Code:
              &lt;td align=;MM_preloadImages('acatalog/email2.gif')"center">
              which is equivalent to this
              Code:
              <td align=;MM_preloadImages('acatalog/email2.gif')"center">
              The MM_preloadImages call has broken up the <td> definition.

              Comment


                #8
                Your pages <body ...> tag is broken. Look in Act_Primary.html and fix it there. Look at an older or unaltered version to see what should be there.
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment

                Working...
                X