Support

Account

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.