News:

Support the VirtueMart project and become a member

Main Menu

'shopFunctionsF' not found in product.php

Started by hielkio, November 08, 2016, 13:43:35 PM

Previous topic - Next topic

hielkio

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

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Ghost

You must be using VM 3.0.18. This is fixed in 3.0.18.1.

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

tommyboy0485

I had the same issue where my non virtumart pages would load "0-class 'shopFunctionsF' not found".  I was running 3.0.18.  When i updated to 3.0.18.3 with the zip file you provided those pages started to work again but now the virtumart category pages are getting the same error.  It appears that it just switched.  Any thoughts?

thank you in advance

VM 3.0.18.3
Joomla 3.6.5
PHP 7.0.16