473,785 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trouble uploading to new server

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

http://www.infomercialavails.com

Is working fine.

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

http://www.steve5252.addr.com/

Notice the blech at the left there.

The file at left specifically:

http://www.steve5252.addr.com/docs/leftarea.php

and on the "working" server:

http://www.infomercialavails.com/docs/leftarea.php

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
http://www.animalu.com/pics/photos.htm


Jul 17 '05 #1
3 2282
Jeff Alu wrote:
The file at left specifically:

http://www.steve5252.addr.com/docs/leftarea.php
this is sent with the header "Transfer-Encoding: chunked"
and on the "working" server:

http://www.infomercialavails.com/docs/leftarea.php


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 =--
Jul 17 '05 #2
What would cause this? Do you suppose it has to do with a specific setting
in the FTP software?

Jeff

"Pedro Graca" <he****@hotpop. com> wrote in message
news:bs******** ****@ID-203069.news.uni-berlin.de...
Jeff Alu wrote:
The file at left specifically:

http://www.steve5252.addr.com/docs/leftarea.php


this is sent with the header "Transfer-Encoding: chunked"
and on the "working" server:

http://www.infomercialavails.com/docs/leftarea.php


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 =--

Jul 17 '05 #3
Jeff Alu wrote:
"Pedro Graca" <he****@hotpop. com> wrote in message
news:bs******** ****@ID-203069.news.uni-berlin.de...
Jeff Alu wrote:
> http://www.steve5252.addr.com/docs/leftarea.php
this is sent with the header "Transfer-Encoding: chunked" > http://www.infomercialavails.com/docs/leftarea.php
and this with no "Transfer-Encoding" header

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


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 =--
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2713
by: laredotornado | last post by:
Hi, I'm using PHP 4 and I am submitting some images in a form with <form name=addProductForm enctype="multipart/form-data" method=post action="add_product_response.php"> <input type=file name='prodImg' id='prodImg'> However, sometimes, the images fail to upload, even though the form submits fine. When I try to print out the values from the $_FILES array, I get
6
2828
by: Chamomile | last post by:
can anyone point me to some straightforward information on file uploading without using an html form? That is, direcly from within a php script. if I know the local path etc. to a particular requested file how can I send it directly to a location on a remote webserver following a request from the remote server? The motivation is that I have a large number of image files that are
2
1872
by: Stephen Horne | last post by:
Just recently I decided I want to make use of my ISP freebie webspace. In order to make that easier, I'd like to be able to automatically synchronise an FTP file/folder heirarchy with one on my local hard drive. I figured this should be easily handled in Python, and broadly speaking it is, but I am having a little difficulty. You see, in order to handle the synchronise correctly, I need to be able to determine what is on the FTP server...
5
7839
by: Kevin Ollivier | last post by:
Hi all, I've come across a problem that has me stumped, and I thought I'd send a message to the gurus to see if this makes sense to anyone else. =) Basically, I'm trying to upload a series of files via FTP. I'm using ftplib to do it, and for each file I'm using transfercmd("STOR " + myfile) to get the socket, then uploading 4096 bytes at a time and providing status updates via a GUI interface. Finally, I close the socket, set it to...
1
2209
by: Jonathan | last post by:
Hi everyone, I have a problem with the file uploading in Asp.Net and I have read a lot on forums on this but never found an answer. Here is the problem: I know Asp.Net maximum Length for uploading a file to the server is 4Mo but I changed that maximum to about 10Mo in my web.config file : <httpRuntime executionTimeout="45" maxRequestLength="10000" useFullyQualifiedRedirectUrl="true" />
13
4324
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming that this is suppossed to end up as a component for others to use, and therefore I do NOT have access to their global.cs::Session_End() how do I cleanup files that were uploaded -- but obviously left stranded when the users aborted/gave up writting...
10
1447
by: fenway | last post by:
Hi, I'm new to ASP.NET and just finished up a small application. Essentially it's just a form that writes data to a CSV file on the server after a user fills in the form. The code compiles and runs on my development machine (VS.NET 2002) but when I FTP all the files to the server I get a "Server Error in '/' Application." error. I can't figure out why it won't run. A couple notes: ~ I have no idea of the server settings. It's a...
3
2365
by: Carlos | last post by:
Hello Forum, I would appreciate it if you could recommend settings to use auto-vacuum in my version 7.4 database. I am uploading several thousands records in the database at a rate of ~1 second per record (the data is uploading from a different server). I have noticed that the performance of the uploading is improved if I vacuum the database every so often so I decided to take advantage of auto-vacuuming to maintain the best...
2
1579
by: JT | last post by:
Hi, I apologize if this is posted in the wrong group or if this has been covered in the past. I didn't find anything in previous posts. I'm wondering how far the influence of the frontpage extensions extends. I would like to be able to put .net 2.0 web services on a web host in the directory that is created by visual studio. I would also like to be able to put classic ASP files in the same directory and use FTP and IE to update...
1
726
by: =?Utf-8?B?RGFu?= | last post by:
MS won't seem to let me reply to my old post, so I created a new one. The error occurs in all browsers. It's definitely a server issue, not client. The server is not proxied in any way. I tried uploading the files on the server and experienced the same issues as I get on any other computer. Thanks in advance for your help. Dan
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4061
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.