Trouble uploading to new server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Alu

    Trouble uploading to new server

    Hi, I'm moving a website to a new location for a friend of mine. The old
    site



    Is working fine.

    However, the php files at the new location seem to be having problems:



    Notice the blech at the left there.

    The file at left specifically:



    and on the "working" server:



    I'm using WSftp to upload this. Addr.com claims that PHPs should work just
    fine. Any ideas what could be causing these problems?

    Thanks,

    Jeff T. Alu









  • Pedro Graca

    #2
    Re: Trouble uploading to new server

    Jeff Alu wrote:[color=blue]
    > The file at left specifically:
    >
    > http://www.steve5252.addr.com/docs/leftarea.php[/color]

    this is sent with the header "Transfer-Encoding: chunked"
    [color=blue]
    > and on the "working" server:
    >
    > http://www.infomercialavails.com/docs/leftarea.php[/color]

    and this with no "Transfer-Encoding" header



    Apart from infomercialavai ls.com using IIS and addr.com using Apache I
    see no other difference (besides the messing up of the left side).
    --
    --= my mail box only accepts =--
    --= Content-Type: text/plain =--
    --= Size below 10001 bytes =--

    Comment

    • Jeff Alu

      #3
      Re: Trouble uploading to new server

      What would cause this? Do you suppose it has to do with a specific setting
      in the FTP software?

      Jeff

      "Pedro Graca" <hexkid@hotpop. com> wrote in message
      news:bs4ufm$9p3 mr$1@ID-203069.news.uni-berlin.de...[color=blue]
      > Jeff Alu wrote:[color=green]
      > > The file at left specifically:
      > >
      > > http://www.steve5252.addr.com/docs/leftarea.php[/color]
      >
      > this is sent with the header "Transfer-Encoding: chunked"
      >[color=green]
      > > and on the "working" server:
      > >
      > > http://www.infomercialavails.com/docs/leftarea.php[/color]
      >
      > and this with no "Transfer-Encoding" header
      >
      >
      >
      > Apart from infomercialavai ls.com using IIS and addr.com using Apache I
      > see no other difference (besides the messing up of the left side).
      > --
      > --= my mail box only accepts =--
      > --= Content-Type: text/plain =--
      > --= Size below 10001 bytes =--[/color]


      Comment

      • Pedro Graca

        #4
        Re: Trouble uploading to new server

        Jeff Alu wrote:[color=blue]
        > "Pedro Graca" <hexkid@hotpop. com> wrote in message
        > news:bs4ufm$9p3 mr$1@ID-203069.news.uni-berlin.de...[color=green]
        >> Jeff Alu wrote:[color=darkred]
        >> > http://www.steve5252.addr.com/docs/leftarea.php[/color][/color][/color]
        [color=blue][color=green]
        >> this is sent with the header "Transfer-Encoding: chunked"[/color][/color]
        [color=blue][color=green][color=darkred]
        >> > http://www.infomercialavails.com/docs/leftarea.php[/color][/color][/color]
        [color=blue][color=green]
        >> and this with no "Transfer-Encoding" header[/color][/color]
        [color=blue]
        > What would cause this? Do you suppose it has to do with a specific setting
        > in the FTP software?[/color]

        I don't think so.

        Maybe you're using some output buffering ?
        Or maybe something in php.ini ?????

        When I tried to test a script (*) in my browser (eLinks) it complained
        with "Error reading from socket"! And there's nothing in the error.log.


        ------- (*) test script -------
        <?php
        header('Transfe r-Encoding: chunked');
        echo 'Hello World!';
        ?>
        ------- (*) test script -------
        --
        --= my mail box only accepts =--
        --= Content-Type: text/plain =--
        --= Size below 10001 bytes =--

        Comment

        Working...