I've upgraded a Joomla website to VM4.2.4 and J!4.4.0. All extensions have been updated to the latest version, but something is throwing an error and i can't figure out what it is. Hopefully there is someone here that can help out.
When switching PHP version from 7.4 to 8.2 the following error occurs:
Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
in /home/deb19843/domains/test.domainname.nl/public_html/libraries/sisow/base.php (line 292)
$sisow->amount = round($order['details']['BT']->order_total, 2); $sisow->payment = $this->paymentcode; //Load User input values $mainframe = JFactory::getApplication(); $bic = $this->paymentcode == 'eps' ? $mainframe->getUserState( "biceps" ) : $this->paymentcode == 'giropay' ? $mainframe->getUserState( "bicgiropay" ) : ''; if(!empty($bic)) $arg['bic'] = $bic; $iban = $mainframe->getUserState( "iban" ); if(!empty($iban))
3rd party payment plugin named something like giropay ?
Tnx for your reply
Only sisow_mistercash and sisow_ideal are present in Virtuemart payment systems. No giropay plugin in Joomla either.
in /home/deb19843/domains/test.domainname.nl/public_html/libraries/sisow/base.php (line 292)
This points to an error with sisow plugin.
Just found out that Sisow has changed to Buckaroo these days. I've e-mailed support. I'll keep you posted.
The siwos plugin won't be available for PHP 8.2 and Buckaroo doesn't have a plugin vor Virtuemart. I'll search for another payment plugin. Any suggestions?
BTW: I've deleted the Sisow extension and could run the website on PHP8.2
Tnx for pointing me in the right direction