In my Joomla 3.8 installation that uses a third-party responsive template ("JD Construction"), when changing away from that template and selecting another one (e.g. one of those that come with Joomla by default, or any other third party template), I get on frontend:
Fatal error: require(): Failed opening required '/homepages/12/d412842748/htdocs/MobileBECMS/modules/mod_k2_content/tmpl/default.php' (include_path='.:/usr/lib/php5.6') in /homepages/12/d412842748/htdocs/MobileBECMS/modules/mod_k2_content/mod_k2_content.php on line 74
I looked up what is line 74. Here it is:
<img src="<?php echo $item->image; ?>" alt="<?php echo K2HelperUtilities::cleanHtml($item->title); ?>" />
I cannot see from this what could be wrong. Something with an image missing? But could a missing image cause a "fatal error"?
Any advice what to do?
(K2 version is 2.8.0)
Thanks!