Closed GoogleCodeExporter closed 8 years ago
This is a much bigger issue: Wordpress stores absolute paths and URLs
throughout the database. The problem really is that Wordpress does not offer
sensible configuration options: unlike other CMS apps, WP does not include
config options for the install path and the install URL. Some of these you can
work around, other values are stored in the database, so WP migrations are a
bit rough by comparison.
When migrating sites, the correct approach is to export your content type
definitions to a JSON file (see Custom Content Types --> Tools). Save the file
and then on the new server, import the definition. This is outlined in the
FAQ:
https://code.google.com/p/wordpress-custom-content-type-manager/wiki/FAQ#Everyth
ing_Broke_after_Moving_my_Site!
The new version of the plugin will handle this more gracefully, but for now
there is a workflow established already that solves this problem.
Original comment by ever...@fireproofsocks.com
on 27 May 2014 at 3:52
Original issue reported on code.google.com by
son9ne.j...@gmail.com
on 27 May 2014 at 3:33