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
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.
I just checked, the line is there.