Hello,
We checked the domain with:
validator.w3.org
or
404checker.com
There we found that there are several lines of our menu items (maybe not related, but this was when the issue happened first) that gave this error:
error Line: 140 /pmu-apparatuur
Status: 500 View class is niet gevonden [class, file]: /components/com_hikashop/views/product/view.html.php
This is a server side problem. Check the URI.
First this issue was on line 139, now on 140, these are the corrensponding lines in the view.html.php
line 139: $this->assignRef('cart',$cart);
line 140: $this->assignRef('maxFilter',$maxFilter);