• Resolved davidcoplex

    (@davidcoplex)


    Had to add;

    if (is_wp_error($upload)) return false;

    in /php/class-sync.php at line 121

    120	$credentials = $this->plugin->components['connect']->get_credentials();
       121 	if (is_wp_error($upload)) return false; 
       122	$upload['cloud_name'] = $credentials['cloud_name'];
    

    Files over 100 mb were not syncing to Cloudinary due to size restrictions, but the case of “not synced but shouldn’t be synced” was causing a failure in public function generate_signature

    Please advise if there is a better solution for this and hopefully this can get patched in next update so I don’t overwrite my bug fix, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on files over 100mb in latest version’ is closed to new replies.