Home › Forums › Backend Issues (wp-admin) › Issue with importing json files › Reply To: Issue with importing json files
This can happen if there is something wrong with the JSON in the file.
Try exporting the group again.
If you still see this issue create a test php file, save it somewhere on your server like /test.php
<?php
var_dump(json_decode('PASTE CONTENT OF JSON FILE HERE', 1));
?>
go to the test file/page in your browser and see what you get for output.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.