1. fatelettronica
  2. RO Payments
  3. Wednesday, 22 October 2025
  4.  Subscribe via email
Hi Roland
On one of my sites, I updated RO Payment version 9.1.0 and uninstalled RO Payment version 8.5.0.
Version 9.0.0 was already installed, if you remember.
Now I'm having problems.
When clicking on transactions, this error appears: An error occurred.
0 Cannot assign false to property Rolandd\Component\Ropayments\Administrator\View\Logs\HtmlView::$items of type array

When I try to make a test payment, I don't reach the Stripe page
but I get to my site's error page, and this is the error: 1054: Unknown column 'subscriptionId' in 'INSERT INTO'

Regards

Lorenzo
Accepted Answer Pending Moderation
Hi Lorenzo,

Both errors seem to come from the same issue, missing the column subscriptionId from the ropayments_logs table. When you go to System -> Database, does it show any problems for the RO Payments extension? If so, you can fix it from there.

If not, you can run the following query in your PhpMyAdmin or other database tool you use:

ALTER TABLE #__ropayments_logs ADD subscriptionId INT(10) UNSIGNED NULL COMMENT 'The linked subscription';
Replace the #_ with the prefix you use in your website.

Let's me know how that goes.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. 1 day ago
  2. RO Payments
  3. # 1
  • Page :
  • 1


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