简体   繁体   English

的joomla 2.5的viemart php 5.2

[英]joomla 2.5 virtuemart php 5.2

i have a problem with joomla virtuemart. 我有一个关于joomla的问题。

Fatal error: Class 'shopFunctionsF' not found in /home/eneskura/public_html/components/com_virtuemart/views/virtuemart/view.html.php on line 40 致命错误:在第40行的/home/eneskura/public_html/components/com_virtuemart/views/virtuemart/view.html.php中找不到类'shopFunctionsF'

line 40 40行

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

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

[line40] shopFunctionsF::triggerContentPlugin($vendor, [line40] shopFunctionsF :: triggerContentPlugin($ vendor,

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

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

non-added lines 非增加线

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

i cant find a way to run it. 我找不到运行它的方法。

php 5.2 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. 当我收到“找不到类'shopFunctionsF'”错误消息时,我发现问题是Virtuemart没有与之关联的菜单项。

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. 这不是针对您的问题的有保证的修复程序,但这是唯一提及该特定错误消息的线程,因此我怀疑它可能是同一问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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