WPIntell

Source evidence

Error In Processing

Export Import Menus · support · 2022-09-24T09:58:00+00:00

complaintsentiment
highseverity
1.0relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 19 rows with source links

15.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Akshay Menariya unresolved
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 to see the link] 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 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. </p>”,”status”:500,”statusText”:”error”} 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. Agreed, app is not working at all. Always an error even on a fresh install with no other apps. 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 add_filter('map_meta_cap', function($c){return $c;}, 0, 2);

Comments

4 shown
pgalligan56 2022-12-03T04:54:00+00:00

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 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. </p>”,”status”:500,”statusText”:”error”}

CrazySerb 2022-12-21T03:38:00+00:00

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 2023-02-05T13:09:00+00:00

Agreed, app is not working at all. Always an error even on a fresh install with no other apps.

nodwsp 2023-08-01T21:04:00+00:00

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 add_filter('map_meta_cap', function($c){return $c;}, 0, 2);