Closed GoogleCodeExporter closed 9 years ago
Moving sites in WordPress can be problematic due to limitations in how
WordPress hard-codes URLs and the repercussions of using PHP serialized data.
The best course of action here is to export your CCTM definition (under Custom
Content Types --> Tools --> Export), then migrate the site, then re-import the
definitions on the new site.
I'm not sure I follow your description of what is and what isn't working, but
it sounds like a common WP ailment: changing the server can corrupt the storage
of PHP serialized data in the wp_options table. Let me know if the above
solution doesn't fix the problem.
Original comment by ever...@fireproofsocks.com
on 1 Feb 2012 at 8:44
Thanks for you help..I exported and than imported on new server and it worked.
Thanks a lot.
Original comment by hpt.ar...@gmail.com
on 2 Feb 2012 at 11:23
Cool. Glad that fixed it. I'm gonna see if I can force the data array to be
stored as json instead of as serialized PHP since JSON is not affected by
changes in character length. The same situation crops up a lot when other
plugins or themes store URLs or paths in wp_options.
Original comment by ever...@fireproofsocks.com
on 2 Feb 2012 at 9:35
Original issue reported on code.google.com by
hpt.ar...@gmail.com
on 1 Feb 2012 at 6:14