bobbingwide / oik-clone

Clone content between sites
https://www.oik-plugins.com/oik-plugins/oik-clone-clone-your-wordpress-content/
GNU General Public License v2.0
5 stars 0 forks source link

Cloning failure. Code: 500. Message: Internal Server Error. #41

Open bobbingwide opened 4 years ago

bobbingwide commented 4 years ago

I got a cloning error trying to clone https://blocks.wp.a2z/block/gt3-photo-video-gallery-gt3-photo-video-gallery-gallery/

Why?

bobbingwide commented 4 years ago

Answer: It was trying to create a term with the name: & and slug: 200. OIK_clone_taxonomies::find_term_in_parent() had failed to find it.

bobbingwide commented 4 years ago

This is the same problem as #33

Workaround

Change the slug of the term from 200 to 196, which is the slug of the term in the slave ( blocks.wp-a2z.org ).