Announcement

Collapse
No announcement yet.

Issue with website - advise please

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

    Issue with website - advise please

    I have this small site built in actinic (just for speed)

    Its been fine for age, now all of a sudden I went to upload an image and its giving me errors.

    dat is undefined
    Syntax error

    I dont know how to fix either of these, any advice please?
    Reverse Osmosis Water Filters

    #2
    Suggest you try compacting database a couple of times and then re-upload

    Compacting works most problems
    Chris Ashdown

    Comment


      #3
      tried that, didnt work....

      Also my page preview has gone. the box is there but nothing in it??
      Reverse Osmosis Water Filters

      Comment


        #4
        Someone has butchered your Overall Layout. I see
        Code:
        <script type="text/javascript">
        
        </head>
        So the entire page is being gobbled up by the JavaScript interpreter.
        And that should be:
        Code:
        <script type="text/javascript">
        whatever javascripts meant to go here
        </script>
        </head>
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Norman,

          once again you are gold !!

          I removed the <script type="text/javascript"> and all is working fine.

          I must have copied it there by accident.

          thanks bud
          Reverse Osmosis Water Filters

          Comment

          Working...
          X