Conversation
supportI exported menu then went to import, received the not a valid json file or file contents empty error. Is this something that is supposed to happen. As of now the plugin does not work. ML
Hi @mlangone , Could you please share the JSON file that you’re trying to import so that we can reproduce the issue or let me know the steps to reproduce it. Thanks, Akshay Menariya
I was getting same error, ended changing line 179 in file export-import-menus\models\DspExportImportModel.php with $content = json_decode(file_get_contents(str_replace(WP_CONTENT_URL, WP_CONTENT_DIR, $uploadedfile)));
Hi woptima and mlangone, Thanks for letting this to me, I have fixed the issue and released the new latest version. Please let me know, if new version will works for you or not. Thanks, Akshay Menariya
Hi @mlangone , Could you please share the JSON file that you’re trying to import so that we can reproduce the issue or let me know the steps to reproduce it. Thanks, Akshay Menariya
I was getting same error, ended changing line 179 in file export-import-menus\models\DspExportImportModel.php with $content = json_decode(file_get_contents(str_replace(WP_CONTENT_URL, WP_CONTENT_DIR, $uploadedfile)));
Hi woptima and mlangone, Thanks for letting this to me, I have fixed the issue and released the new latest version. Please let me know, if new version will works for you or not. Thanks, Akshay Menariya