Hi, we are updating our server to PHP 8 and noticed this plugin doesn’t seem to be compatible with PHP 8.
Any plans to add PHP 8 compatibility?
]]>Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ssl_redirect_pb’ not found or invalid function name in /home/customer/www/ultimategolfandleisure.ca/public_html/wp-includes/class-wp-hook.php on line 303
]]>Where do I generate an API key/token?
Thanks,
Kenny
There is a bug in the main file for the plugin, on line 52 and 53 the ‘ssl_redirect_pb’ should be inside an array with first item $this, else it will search for a global function.
I tried to locate a git repo, or contact for the Author but could not find it, so here’s the fix.
add_filter(‘template_redirect’, array($this, ‘ssl_redirect_pb’), 1);
add_action(‘template_redirect’, array($this, ‘ssl_redirect_pb’), 1);
When I enable the plugin the following error appears on the website: “Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ssl_redirect_pb’ not found or invalid function name in /home/ni2xqcez/public_html/wp-includes/class-wp-hook.php on line 303”
I am running WP 5.8.1, PHP 7.4
What could cause this error to appear?
Thanks,
Kent
Hello,
My multisite Paybright payment gateway doesn’t work
Paybright payment gateway option WooCommerce -> setting -> Payment not showing.
I’ve tried to network activate and deactivate the plugin also Paybright plugin manually activate for all site he doesn’t work.
Please help with this issue.
]]>I installed this plugin on my multisite staging server and I can’t find the payment method in the woocommerce settings. I tried Network activating the plugin and manually activated it on each of my sites as well but I still can’t find the payment method in woocommerce settings.
]]>