Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chrisonhismac

    (@chrisonhismac)

    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;
    Thread Starter chrisonhismac

    (@chrisonhismac)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Cache Images] Error getting some image’ is closed to new replies.