• Resolved mlangone

    (@mlangone)


    I 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Akshay Menariya

    (@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)));

    Plugin Author Akshay Menariya

    (@akshay-menariya)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not A Valid Json File’ is closed to new replies.