1. EricWebsite
  2. RO Payments
  3. Sunday, 08 November 2020
  4.  Subscribe via email
Hi,

I upgraded to the latest version (6.2.0) and now the &silent=1 parameter in a payment link does not work anymore.
If it is used, the visitor gets into some kind of loop where the page continuously reloads.
Please solve soonest as we cannot accept new members at the moment!

Thanks,
Eric
Accepted Answer Pending Moderation
Hello Erik,

This is an issue that occured due to Joomla 4 support we added. What you can do until we release the new version is the following:

  1. Open the file components/com_jdidealgateway/views/pay/tmpl/default.php
  2. Change line 29 to
  3. <form name="adminForm" id="adminForm" method="post" class="form-validate" action="<?php echo Route::_('index.php?option=com_jdidealgateway&task=pay.sendmoney'); ?>">

  4. Save the file
The issue should now be resolved. Let me know how it goes.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 1
Accepted Answer Pending Moderation
Hi Roland,
Thanks for the ultra-fast response!
Unfortunately it does not work yet.
Upon submision, I get a blank screen in stead of the Mollie screen.
  1. more than a month ago
  2. RO Payments
  3. # 2
Accepted Answer Pending Moderation
Hello Erik,

A blank screen means you have an error in the code. Can you check if the change you made is OK?
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 3
Accepted Answer Pending Moderation
Hi again,

I do not think I made a wrong edit, Attached is the modified file.
Attachments (1)
  1. more than a month ago
  2. RO Payments
  3. # 4
Accepted Answer Pending Moderation
The statements are quite different, original: action="<?php echo htmlspecialchars(Uri::getInstance()->toString()); ?>"
And the new one": action="<?php echo Route::_('index.php?option=com_jdidealgateway&task=pay.sendmoney'); ?>"
  1. more than a month ago
  2. RO Payments
  3. # 5
Accepted Answer Pending Moderation
Hello Erik,

Nothing wrong with your edit, I forgot about another line that needs to be included. The editor does it automatically so I did not notice. Attached is the updated file.

Let me know how it goes.

It is correct that they are quite different.
Attachments (1)
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 6
Accepted Answer Pending Moderation
Dit was 'm, nogmaals dank!
  1. more than a month ago
  2. RO Payments
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!