Title: Error In Processing
Last modified: September 24, 2022

---

# Error In Processing

 *  Plugin Author [Akshay Menariya](https://wordpress.org/support/users/akshay-menariya/)
 * (@akshay-menariya)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/error-in-processing-4/)
 * Hello All,
 * If anyone is facing any issues where the plugin show Error in Processing!. Please
   check the browser network and console to make sure there is no JavaScript conflict
   with other plugin and it has a permission to run AJAX. Please give the permission
   to WP_AJAX hook and disable other plugin that might caused an issue and then 
   try again.
 * After following the above request if still anyone is facing any issue, then please
   raise the comment I will connect ASAP and try to resolve the issue.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-in-processing-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [pgalligan56](https://wordpress.org/support/users/pgalligan56/)
 * (@pgalligan56)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/error-in-processing-4/#post-16256708)
 * I disabled all the plugins and still got the error
 * I am unclear how to “Please give the permission to WP_AJAX hook”
 * Appreciate any advice u can give me.
 * error below
 * thanks
 *  POST [https://www.apacongress.com/wp-admin/admin-ajax.php](https://www.apacongress.com/wp-admin/admin-ajax.php)
   500 `jquery.min.js?ver=3.6.1:2
    send @ jquery.min.js?ver=3.6.1:2 ajax @ jquery.
   min.js?ver=3.6.1:2 s.ajax.s.ajax @ jquery-migrate.min.js?ver=3.3.2:2 DspImportMenus
   @ DspExportImportScript.js?ver=6.1.1:23 (anonymous) @ DspExportImportScript.js?
   ver=6.1.1:97 dispatch @ jquery.min.js?ver=3.6.1:2 y.handle @ jquery.min.js?ver
   =3.6.1:2`
 * error. textStatus: error errorThrown: jqXHR: {“readyState”:4,”responseText”:”
   <p>There has been a critical error on this website.</p><p>[Learn more about troubleshooting WordPress.](https://wordpress.org/support/article/faq-troubleshooting/)
   </p>”,”status”:500,”statusText”:”error”}
 *  [CrazySerb](https://wordpress.org/support/users/crazyserb/)
 * (@crazyserb)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/error-in-processing-4/#post-16308276)
 * Yeah, this plugin is broken / doesn’t work.
 * I tried exporting a menu with a few Custom Links only (not tied to any specific
   pages or page IDs) and importing it into a blank site, and still got the “error
   in processing” message.
 * Fix this, guys.
 *  [Stef](https://wordpress.org/support/users/serafinnyc/)
 * (@serafinnyc)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/error-in-processing-4/#post-16441560)
 * Agreed, app is not working at all. Always an error even on a fresh install with
   no other apps.
 *  [nodwsp](https://wordpress.org/support/users/nodwsp/)
 * (@nodwsp)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-in-processing-4/#post-16939734)
 * its because the dev is too dumb or lazy to check the code for errors in DspExportImportModel.
   php:136
   notice how there is no ref for the class, tries to call a global function,
   just add the context and it works, not that it even needs to return anything 
   new because if you go to the function definition at line 371 you notice $cap 
   is not defined so it’s jumping to the return, truly lazy and irresponsible.so
   you could rewrite line 136 with
 *     ```wp-block-code
       add_filter('map_meta_cap', function($c){return $c;}, 0, 2);
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error In Processing’ 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

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

 * 4 replies
 * 5 participants
 * Last reply from: [nodwsp](https://wordpress.org/support/users/nodwsp/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/error-in-processing-4/#post-16939734)
 * Status: not a support question