• Hi all,

    just to inform the plugin owner that the error causing the import to fail on 500 can be resolved changing line 136 of file wp-content/plugins/export-import-menus/models/DspExportImportModel.php from this

    add_filter('map_meta_cap', 'menusUnfilteredUpload', 0, 2);

    to this

    add_filter('map_meta_cap', array($this, 'menusUnfilteredUpload'), 0, 2);

    after this, it appears to work correctly

    Cheers
    Pp.

    • This topic was modified 3 years, 4 months ago by duepi.biz.
    • This topic was modified 3 years, 4 months ago by duepi.biz.
    • This topic was modified 3 years, 4 months ago by duepi.biz.
    • This topic was modified 3 years, 4 months ago by duepi.biz.

The topic ‘Import BUG +resolution’ is closed to new replies.