Hi,
My webshop is offlline and I can not acces both the admin panel or frontend, "
Exception printing is disabled by default for security reasons.
Error log record number: 1188968715773"
The error_log file says :
[10-Feb-2018 03:41:45 Europe/Amsterdam] PHP Fatal error: Call to a member function getRatingSummary() on null in /public_html/app/design/frontend/mgstheme/ethan/template/catalog/product/view.phtml on line 369
<div itemtype="http://schema.org/AggregateRating" itemscope="" itemprop="aggregateRating">
<?php $rating_summary = $_product->getRatingSummary();?>
<meta itemprop="ratingValue" content="<?php echo $rating_summary->getRatingSummary()/20; ?>">
<meta itemprop="ratingCount" content="<?php echo $rating_summary->getReviewsCount(); ?>">
</div>
Does anyone know what I have to do? It returns a NULL?