Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TimDeRosa

macrumors member
Original poster
Apr 6, 2008
56
14
I am trying to upload my site from Dreamweaver CS3 to GoDaddy. I type my GoDaddy information into into dreamweaver, but when I test the connection it says "An FTP error occurred - cannot make connection to host, your login or password in incorrect"

Does anyone know what I am doing wrong?

Thanks

Tim
 
Have you been able to connect with other FTP programs such as Cyberduck? This would help identify if it's an account issue or not.
 
Thanks for your help! I was able to find my mistake and eventually post using dreamweaver. My problem now is that none of the images I had in dreamweaver showed up on the site.

see here: www.timderosa.com

Thanks
 
Your images are still linked to your local folder.


<h1><img src="file:///Macintosh HD/Users/Tim/Documents/iTech/banner.jpg" width="925" height="148" /></h1>

the correct link should look like;


<h1><img src="iTech/banner.jpg" width="925" height="148" /></h1>

point them to the folder where you are keeping your images.

Ed
 
I had troubles using GoDaddy once. I had to eventually set the timeout to really high, when connecting. If you like Dreamweaver, you should try Coda. Better program. Less bugs, less overhead, and fewer connection issues.
 
I had troubles using GoDaddy once. I had to eventually set the timeout to really high, when connecting. If you like Dreamweaver, you should try Coda. Better program. Less bugs, less overhead, and fewer connection issues.

How high? It didnt help me...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.