after updating T4 to 2.2.0
Get this error: 500 JHtml::cleanImageURL not found.
I have no roll back plugin to 2.1.9 and i works fine
I use JA Landscape and Joomla 3.9.10

Update! I now see that my other 5 pages with T4 framework also have the same problem, it is always on pages that uses article blog.
Regards Tor

Hi Tor,

Could I upgrade T4 to latest version 2.2.0 to see the issue?

Pls backup your site first.

Sorry for the delay, yes you can upgrade.
I haave a backup

You missed 1 line of code:

use T4\Helper\Metadata;

$img = Metadata::cleanImageURL( $displayData['src']);

I updated for you in the same file: /plugins/system/t4/themes/base/html/layouts/joomla/html/image.php

Kindly check.

Exactly, yes that line I missed!
Thanks for the help.
Regards Tor

Write a Reply...
You need to Login to view replies.