back version of woocomerc plugin 3.7.0 for 3.6.5

Asked

Viewed 31 times

0

Hello, Apparently the new version of the woocomerc n API accepts more image registration URL with "?" then my product registration api pro ERP for wordpress sites are not registering images of the error of "woocommerce_product_invalid_image_id", before gave another error of "woocommerce_product_image_upload_error" but added in the wp-config.php file

define('ALLOW_UNFILTERED_UPLOADS', true);

this image URL works and all has extension . jpg (in the new version if n has extension of the same error) :

"https://cdn.arstechnica.net/wp-content/uploads/2016/02/5718897981_10faa45ac3_b-640x624.jpg"

in my case I send the images accessing my database at the time of running java.

this and my image url that I pass on the registration request "http://HOST.com.br/wicket/fotosprodutos?idObj=8XX&idAdm=X7&nomeArquivo=1fXXXX-baba-ff217e38d3e6.jpg"

previously worked now with this "?" where I pass the parameters after the api no longer accepts more.

then I want to know if I returning the version of the plugins I will lose everything I have registered in Wordpress to be able to install an older version of the plugin to 3.6.5 at least.

1 answer

1


The Wordpress information is not stored in the plugin but in the database, so if you perform the rollback of your plugin will not lose data.

There is a plugin that does this, the WP Rollback, that manages the versions of all plugins and allows you to return to previous versions easily.

  • I am backing up to use wptimecapsule plugin and give feedback

  • I went back to woocomerc version Version 3.4.7 which is one before releasing the v3 api and it worked. rum that a bugou order column had to go back in the bank

Browser other questions tagged

You are not signed in. Login or sign up in order to post.