Missing Asset Error Shown In Browser Console
-
Chrome browser console is reporting the following missing asset error on admin pages of a WP 4.9.9 multisite network.
Failed to load resource: the server responded with a status of 404 ()
gp_custom_forms:1I checked by FTP and found that there is no gp_custom_forms in the target location. It does not exist.
I deleted and reinstalled the plugin with same results.
Another console error
GET https://mysite.com/wp-content/plugins/before-and-after/include/lib/GP_Custom_Forms/assets/js/gp_custom_forms?ver=e2bf537b74b1f877149b90f0fbada323 net::ERR_ABORTED 404
addLoadEvent = function(func){if(typeof jQuery!=”undefined”)jQuery(document).ready(func);else if(typeof wpOnload!=’function’){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = ‘https://mysite.com/wp-admin/admin-ajax.php’,
pagenow = ‘edit-b_a_goal’,
typenow = ‘b_a_goal’,
adminpage = ‘edit-php’,
thousandsSeparator = ‘,’,
decimalPoint = ‘.’,
isRtl = 0;Can these be resolved?
- The topic ‘Missing Asset Error Shown In Browser Console’ is closed to new replies.