Hi guys,
I found a problem here .. when I open our About Us page I got this error:
Fatal error: Class 'shopFunctionsF' not found in /home/dogmolen/domains/dogmolen.com/public_html/administrator/components/com_virtuemart/models/product.php on line 1510
When commenting out this piece, it's gone and the page works:
if($group == 'recent'){
$ids = shopFunctionsF::getRecentProductIds($nbrReturnProducts); // get recent viewed from browser session
} else {
$ids = $this->sortSearchListQuery ($onlyPublished, $this->virtuemart_category_id, $group, $nbrReturnProducts);
if($ids){
self::$_alreadyLoadedIds = array_merge(self::$_alreadyLoadedIds,$ids);
}
}
Products are missing also in the backend.
Bug? or not? Hope you can help me out here
VM 3.0.18
Joomla: 3.6.4