简体   繁体   中英

joomla 2.5 virtuemart php 5.2

i have a problem with joomla virtuemart.

Fatal error: Class 'shopFunctionsF' not found in /home/eneskura/public_html/components/com_virtuemart/views/virtuemart/view.html.php on line 40

line 40

[line38] $vendor = $vendorModel->getVendor(); if (VmConfig::get

[line39] ('enable_content_plugin', 0)) {

[line40] shopFunctionsF::triggerContentPlugin($vendor,

[line41] 'vendor','vendor_store_desc');

[line42] shopFunctionsF::triggerContentPlugin($vendor,'vendor','vendor_terms_of_service'); }

non-added lines

$vendor = $vendorModel->getVendor(); if (VmConfig::get ('enable_content_plugin', 0)) { shopFunctionsF::triggerContentPlugin($vendor, 'vendor','vendor_store_desc'); shopFunctionsF::triggerContentPlugin($vendor, 'vendor','vendor_terms_of_service'); }

i cant find a way to run it.

php 5.2

When I was getting the "Class 'shopFunctionsF' not found" error message, I found the problem was that Virtuemart had no menu items associated with it.

Setting up a virtuemart menu item fixed it for me.

This is not a guaranteed fix for your issue, but this is the only thread that mentions that specific error message, so I suspect it may be the same problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM