google-code-export / blogger-ftp-migration-tracker

Automatically exported from code.google.com/p/blogger-ftp-migration-tracker
0 stars 0 forks source link

ftp.ladyskywriter.com #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
New URL:
blog.ladyskywriter.com

Where in the process did you encounter an error?
At the "redirect ftp blog" step in the migration process.

Describe the error:
It says "there was a problem updating your ftp server. click here to
download a ZIP file archive of you blog, which you can manually upload to
your FTP host."
I'm a programmer taking care of a client's blogger transition, so I was
able to manually finish the process. But I would like to be able to set
this migration process as finished in the dashboard, for the benefit of the
client who uses blogger. I don't see any way to go to the next step, is
there a way I can get this removed from the dashboard or at least get it to
the next step as finished? Thanks.

Original issue reported on code.google.com by ashley.m...@gmail.com on 25 Mar 2010 at 4:23

GoogleCodeExporter commented 9 years ago

Original comment by b...@google.com on 31 Mar 2010 at 4:10

GoogleCodeExporter commented 9 years ago
Your problem likely starts in the DNS addresses.  I'll show excerpted Dig logs, 
here.

http://blogging.nitecruzr.net/2008/10/diagnosing-problems-with-custom-domains.ht
ml

This is what you have:

blog.ladyskywriter.com. 3600    IN  CNAME   ghs.google.com.

This is what you will need:

blog.ladyskywriter.com. 3600    IN  CNAME   ghs.google.com.
www.blog.ladyskywriter.com. 3600    IN  CNAME   ghs.google.com.

You will need to work with your DNS host (either a CSR, or CPanel or the 
equivalent),
and make the above correction.

http://blogging.nitecruzr.net/2008/12/your-blog-custom-domains-and-righteous.htm
l#SymmetricalDNS

Original comment by nitecr...@gmail.com on 15 Apr 2010 at 1:23