Import BUG +resolution
-
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.
- The topic ‘Import BUG +resolution’ is closed to new replies.