adamsbk
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe various API versions@shameemreza thank you! seems that increasing API version solved the issue with wrong status for 3d payments
- This reply was modified 2 years, 4 months ago by adamsbk.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe various API versionsHi @shameemreza
Thank you for the answer. However, when upgrading Stripe API version, it is possible to set default version to the newest (2023) version only and I do not see the option to set it 2019-09-09 as default version. Or am I missing something?
I have just installed it on 4.3.1 and working. If you have access to wordpress sources go to folder:
wordpress/wp-content/plugins/free-images-pictures/
And open the file to edit:
free-images-pictures.phpTry to replace the 13th line:
include_once("config.php");
by:
include_once(plugin_dir_path( __FILE__ ) . "config.php");
Go to admin panel and try to activate the plugin now.If not working, please send me what version of PHP you are running the wordpress. Thank you!
Hello CK MacLeod! I would like to ask you whether the error occurred when installing the original plugin or the hacked code?
If you installed the hacked code send me the changes you made to the plugin.
If you installed the original plugin (from WordPress plugin repository) try to reinstall the plugin and It would be helpful if you send me the version of the wordpress you have installed.