Conversation
supportSometime is works and sometime it doesnt. Im getting this error in Firefox. missing ; before statement @ [SITE URL]/wp-admin/tools.php?page=cache-images/cache-images.php:400 http://wordpress.org/extend/plugins/cache-images/
Seems to have something to do with this function cacheall(domain,domainmd5) { jQuery("#cache_images_" + domainmd5).attr("disabled", true); setMessage("Reading posts..."); jQuery.ajax({ url: ajaxurl, type: "POST", //contentType: "application/json", data: "action=cache_images&do=getalllist&domain=" + domain, success: function(result) { var list = eval(result); -----> var curr = 0;
Upon further inspection – it may be the ajax request timing out due to the number of images im trying to pull in
Seems to have something to do with this function cacheall(domain,domainmd5) { jQuery("#cache_images_" + domainmd5).attr("disabled", true); setMessage("Reading posts..."); jQuery.ajax({ url: ajaxurl, type: "POST", //contentType: "application/json", data: "action=cache_images&do=getalllist&domain=" + domain, success: function(result) { var list = eval(result); -----> var curr = 0;
Upon further inspection – it may be the ajax request timing out due to the number of images im trying to pull in