Hi running JA Fit in Joomla 4.3.2 and PHP 8.0
This error shows on all articles in the 'Articles - Latest' module when using the JA Layout 'list'.
The error is at /templates/ja_fit/html/mod_articles_latest/list.php line 32
The solution is to convert the code from J3 to J4 and change $item->catslug to $item->catid
The corrected line should be:
<?php echo JHtml::_('link', JRoute::_(ContentHelperRoute::getCategoryRoute($item->catid)), '<span itemprop="genre">'.$title.'</span>'); ?>
Please fix this and include it in the next update of JA Fit and all other templates that use this layout.
Thank you