VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: hielkio on November 08, 2016, 13:43:35 PM

Title: 'shopFunctionsF' not found in product.php
Post by: hielkio on November 08, 2016, 13:43:35 PM
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
Title: Re: 'shopFunctionsF' not found in product.php
Post by: GJC Web Design on November 08, 2016, 14:08:08 PM
http://forum.virtuemart.net/index.php?topic=104795.0
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: 'shopFunctionsF' not found in product.php
Post by: Ghost on November 08, 2016, 14:49:21 PM
You must be using VM 3.0.18. This is fixed in 3.0.18.1.
Title: Re: 'shopFunctionsF' not found in product.php
Post by: Milbo on November 15, 2016, 14:11:02 PM
http://dev.virtuemart.net/attachments/download/1029/com_virtuemart.3.0.18.3_extract_first.zip
Title: Re: 'shopFunctionsF' not found in product.php
Post by: tommyboy0485 on March 23, 2017, 23:34:12 PM
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