Title: Import BUG +resolution
Last modified: March 1, 2023

---

# Import BUG +resolution

 *  [duepi.biz](https://wordpress.org/support/users/duepibiz/)
 * (@duepibiz)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/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.
    -  This topic was modified 3 years, 7 months ago by [duepi.biz](https://wordpress.org/support/users/duepibiz/).
    -  This topic was modified 3 years, 7 months ago by [duepi.biz](https://wordpress.org/support/users/duepibiz/).
    -  This topic was modified 3 years, 7 months ago by [duepi.biz](https://wordpress.org/support/users/duepibiz/).
    -  This topic was modified 3 years, 7 months ago by [duepi.biz](https://wordpress.org/support/users/duepibiz/).

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

 * ![](https://ps.w.org/export-import-menus/assets/icon-256x256.jpg?rev=1975570)
 * [Export Import Menus](https://wordpress.org/plugins/export-import-menus/)
 * [Support Threads](https://wordpress.org/support/plugin/export-import-menus/)
 * [Active Topics](https://wordpress.org/support/plugin/export-import-menus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/export-import-menus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/export-import-menus/reviews/)

## Tags

 * [bugfix](https://wordpress.org/support/topic-tag/bugfix/)

 * 1 reply
 * 4 participants
 * Last reply from: [duepi.biz](https://wordpress.org/support/users/duepibiz/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/import-bug-resolution/)
 * Status: not resolved