Hi,
We are currently experiencing some issues on our website. we accour a lot of 504 timeout issues.
Upon checking the log files, I've noticed the following warning:
ERROR: AH01071: Got error 'PHP message: PHP Warning: Undefined variable $img_intro in /var/www/vhosts/XXXXXX/domains/XXXXXXXXX/public_html/modules/mod_jacontentlisting/tmpl/elements/media.php on line 70'
Could you please advise on what might be causing this issue and how we can resolve it?
This warning appears frequently, and I'm concerned about its impact on our website's functionality. Upon examining the file, I've identified the following line of code:
<a href="<?php echo $item->link; ?>" title="<?php echo $item->title; ?>"><img src="<?php echo $img_intro; ?>" alt="<?php echo $item->title; ?>"></a>
Your assistance in resolving this matter would be greatly appreciated.