1. hoks
  2. RO Payments
  3. Tuesday, 05 July 2022
  4.  Subscribe via email
Hello, when testing a iDeal with Mollie after cart submit there is error 0 - Class 'JRequest' not found
When i do a normal Shipment (not Mollie) there is no error.

RO payment 8.0.1
Joomla 4.1.5
One Page checkout 7.9

How to solve?
Regards Michel
Accepted Answer
Accepted Answer Pending Moderation
Hello Michel,

The function JRequest has been removed by Joomla in version 4 but it is more or less still used by VirtueMart I see. What you can do for now is open the file plugins/vmpayment/jdideal/jdideal.php and on line 298 replace JRequest with vRequest so it looks like this:

vRequest::setVar('html', $form);
Let me know if that works for you.
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. # Permalink
Accepted Answer Pending Moderation
I can provide access. Also installed Admintools en created a rule: Allow direct access to these files: /cli/notify.php
  1. more than a month ago
  2. RO Payments
  3. # 1
Accepted Answer Pending Moderation
Hello Roland,

It's working now.

Is this change in the next update build in?

Regards Michel
  1. more than a month ago
  2. RO Payments
  3. # 2
Accepted Answer Pending Moderation
Hello Michel,

This change will be in the next update.
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
  • Page :
  • 1


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