WPIntell

Source evidence

[Plugin: Cache Images] Error getting some image

Cache Images · support · 2012-05-30T08:04:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 23 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
chrisonhismac unresolved
Sometime 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

Comments

2 shown
chrisonhismac 2012-05-30T08:10:00+00:00

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;

chrisonhismac 2012-05-30T08:17:00+00:00

Upon further inspection – it may be the ajax request timing out due to the number of images im trying to pull in