Hello there,
We upgraded a Joomla based website with Finion template installed and receive many errors due to incompatibility of the latest template version (05 Nov 2021 on https://www.joomshaper.com/joomla-templates/finion).
For example we get the following errors:
Issue A: Usage of deprecated key on Line 30 of the following file:
$params = $menuitem->params;
Instead use:
$params = $menuitem->getParams();
Path: /templates/finion/features/title.php
Reference:
Issue B: Remove JHtml as it is deprecated from J!3.8 and it throws a 500 internal error. JHtml is no longer supported on J!4
Example on line 42 of the following file:
JHtml::_('behavior.caption');
Path: /templates/finion/html/com_content/article/finaticblog.php
Reference:
Can you please release an updated fixed version to be able to migrate to Joomla 4 without errors?
Thank you in advance.
Best regards,