Thank you for your reply, so by rolling back WordPress then the WooCommerce update link will be available in admin area?
I’ve also got an old version of WC version 2.5.5 that I need to upgrade but there are no links to upgrade within the admin area. How do I do it safely without loosing the current shop data & products?
Thank you so much for this solution, I had the same issue.
I set my image uploads directory in wp-config.php using code:
define('UPLOADS','images');
All worked fine until today when I updated to WP version 4.6.1 – after the update none of my images were showing. When I checked in the media library the file path to every image was now /wp-content/uploads/ instead of /images/ !!!
I moved the code near to the top of the document in wp-config.php as suggested and all works fine, TY!