Error creating a new payment methode
1 year 8 months ago #365237
by Rixters
Error creating a new payment methode was created by Rixters
-- HikaShop version -- : 5.1.2
-- Joomla version -- : 5.2.3
-- PHP version -- : 8.2
When I create a new payment methode I get the error:
in /home/deb3757n292/domains/johnflora.nl/public_html/plugins/hikashoppayment/platron/PG_Signature.php (line 17)
Could this please be fixed?
-- Joomla version -- : 5.2.3
-- PHP version -- : 8.2
When I create a new payment methode I get the error:
in /home/deb3757n292/domains/johnflora.nl/public_html/plugins/hikashoppayment/platron/PG_Signature.php (line 17)
Code:
public static function getScriptNameFromUrl ( $url )
{
$path = parse_url($url, PHP_URL_PATH);
$len = strlen($path);
if ( $len == 0 || '/' == $path{$len-1} ) {
return "";
}
return basename($path);
}
Could this please be fixed?
Please Log in or Create an account to join the conversation.
1 year 8 months ago #365239
by nicolas
Replied by nicolas on topic Error creating a new payment methode
Hi,
That error was fixed two years ago:
github.com/HikaShop/hikashoppayment-platron/releases/tag/2.6.2
You need to update the plugin if you're using it, on uninstall it if not.
That error was fixed two years ago:
github.com/HikaShop/hikashoppayment-platron/releases/tag/2.6.2
You need to update the plugin if you're using it, on uninstall it if not.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 214
- Thank you received: 7
1 year 1 week ago #368523
by conticreative
Replied by conticreative on topic Error creating a new payment methode
That fixed it. Thank you. Unfortunately, now I cannot see the new payment method in the check-out at all. I suspect I need to go to authorize.net and get the various keys they need. The nomenclature is different from what I had on the old payment method.
I'll post here if I solve this latest issue.
I'll post here if I solve this latest issue.
Please Log in or Create an account to join the conversation.
1 year 1 week ago #368527
by nicolas
Replied by nicolas on topic Error creating a new payment methode
Hi,
Indeed, you need to provide the Login, Public Key and Transaction Key in the payment method parameters. Otherwise the payment method won't appear on the checkout.
Indeed, you need to provide the Login, Public Key and Transaction Key in the payment method parameters. Otherwise the payment method won't appear on the checkout.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 214
- Thank you received: 7
1 year 5 days ago #368628
by conticreative
Replied by conticreative on topic Error creating a new payment methode
I purchased the new authorize.net plugin, I configured it properly, but now after I enter a credit card I get this obscure error message:
"Please include Acceptjs library from cdn."
"Please include Acceptjs library from cdn."
Please Log in or Create an account to join the conversation.
1 year 5 days ago #368631
by nicolas
Replied by nicolas on topic Error creating a new payment methode
Hi,
Here is someone else which reported the same issue:
www.hikashop.com/forum/payment-methods/9...cept-js-message.html
You can read the details there, but basically the problem comes from some "page speed / optimization / minify" extension for Joomla you have which merges the javascript files together. The JS files from Authorize.net should be excluded from this because Authorize.net doesn't allow for it.
Here is someone else which reported the same issue:
www.hikashop.com/forum/payment-methods/9...cept-js-message.html
You can read the details there, but basically the problem comes from some "page speed / optimization / minify" extension for Joomla you have which merges the javascript files together. The JS files from Authorize.net should be excluded from this because Authorize.net doesn't allow for it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.458 seconds