i have a problem regarding FTP

Discussion in 'HTML & Website Design' started by saintwolf, Oct 28, 2007.

  1. #1
    My website is ok on my computer and all pages opens v good but when i sent it to my web host by FTP the pages go open with errors although everything in the page is ok but it tells me { ERROR ON PAGE }
    i dont know what is wrong in my HTML code
    anybody can help ?..........................
     
    saintwolf, Oct 28, 2007 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    where is the page? Even the one with errors?
     
    twistedspikes, Oct 28, 2007 IP
  3. Ronson

    Ronson Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    saintwolf transfering a web site from one hosting environment to another will for sure cause errors. You shoud give us more details in order to have any help. Server info, errors info, web site url etc.
     
    Ronson, Oct 28, 2007 IP
  4. pluswebdev

    pluswebdev Banned

    Messages:
    205
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if you give us your site url we can help you ;)
     
    pluswebdev, Oct 28, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That wink scares me, pluswebdev.

    Saintwolf, what character encoding are you declaring in your pages, saving as, and is being sent by the server? Also, how are you sending the files? As ASCII text or binary files?
     
    Dan Schulz, Oct 29, 2007 IP
  6. srki

    srki Peon

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You may have experienced that problem you transfered files without binary mode active.

    I'm not sure but as far as I remember it might be a problem.
    Also, are you sure that it is HTML error? Do you have some JavaScript attached?

    Post link to the page anyway.
     
    srki, Oct 29, 2007 IP
  7. saintwolf

    saintwolf Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    yess i have some java script attached cuz widget bucks code is java script i guess the probleb is from the java script but how can i solve this
     
    saintwolf, Oct 30, 2007 IP
  8. niknar1900

    niknar1900 Active Member

    Messages:
    147
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    75
    #8
    I'm going to guess your links are incorrect. For example, make sure links for images and what not are actually "http://yourwebsite.com/picture.jpg" rather than "C://Documents.....picture.jpg". It's even better to make them relative, like "picture.jpg" instead of "http://yourwebsite.com/picture.jpg", that way you can keep the pictures and html in the same folder and it should work. Hopefully that was your problem?

    You don't have to post all your html, just some of it should help us, help you. Good luck.
     
    niknar1900, Oct 30, 2007 IP