Closed GoogleCodeExporter closed 8 years ago
Did you grab an export of your content type definitions (under the CCTM -->
Tools --> Export menu) then re-import on the new install? The cause of this
problem is how WP stores data in the database. Se
ehttps://code.google.com/p/wordpress-custom-content-type-manager/wiki/FAQ#Everyt
hing_Broke_after_Moving_my_Site!
Original comment by ever...@fireproofsocks.com
on 13 Nov 2014 at 8:43
yes the export part was ok but when i tried to import it to the dev site it
failed saying that i don't have a well formatted json file.
Original comment by aou...@gmail.com
on 14 Nov 2014 at 1:02
Make sure the json file includes the ".cctm.json" extension and inspect the
file for any weird characters (e.g. foreign letters or other unicode looking
things). Different servers and different OS's can implement different
encodings, so the foreign characters can be problematic, but the json
conversion should normally catch that stuff...
Original comment by ever...@fireproofsocks.com
on 14 Nov 2014 at 1:13
there are no odd chars
i tried validating the json file (jsonlintdotcom) and it turns out it was
missing 2 closing brackets in the last line. adding "}}" fixed the issue.
Original comment by aou...@gmail.com
on 17 Nov 2014 at 4:44
Ok -- can you verify what caused the error? Can you attach the file here as a
reference?
Original comment by ever...@fireproofsocks.com
on 17 Nov 2014 at 5:12
Original comment by ever...@fireproofsocks.com
on 11 May 2015 at 3:45
Original issue reported on code.google.com by
aou...@gmail.com
on 13 Nov 2014 at 8:16