VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: nikkidecibel on December 15, 2014, 18:10:31 PM

Title: Fatal error: Class 'shopFunctionsF' not found
Post by: nikkidecibel on December 15, 2014, 18:10:31 PM
Hello,

After transferring my files to my host, I got this error that I did not have locally

Fatal error: Class 'shopFunctionsF' not found in /xxx/public_html/administrator/components/com_virtuemart/models/product.php on line 1146

Can somebody help me please?
Thanks
Title: Re: Fatal error: Class 'shopFunctionsF' not found
Post by: alatak on December 15, 2014, 18:17:31 PM
Hello
check that before that line you have this code
if (!class_exists ('shopFunctionsF')) {
require(VMPATH_SITE . DS . 'helpers' . DS . 'shopfunctionsf.php');
}


if not, add it. It will solve your problem.
Title: Re: Fatal error: Class 'shopFunctionsF' not found
Post by: Milbo on December 17, 2014, 16:58:03 PM
I just checked, the line is there.