请问出了什么问题呢:    安装好ecshop后,添加第一件商品后就不能再添加了,页面显示错误如下:
         Fatal error: Call to undefined function: get_shop_help() in E:\www\admin\goods.php on line 81点击“添加新商品”和“商品列表”都出现了上面的错误!?请问应该如何更改呢?谢谢。
if (!$smarty->is_cached('goods.dwt', $cache_id))
{
    $smarty->assign('image_width',  $_CFG['image_width']);
    $smarty->assign('image_height', $_CFG['image_height']);
    $smarty->assign('helps',        get_shop_help()); // 网店帮助      81 line!!!
    $smarty->assign('id',           $goods_id);
    $smarty->assign('type',         0);
    $smarty->assign('cfg',          $_CFG);
    $smarty->assign('promotion',       get_promotion_info($goods_id));//促销信息
    $smarty->assign('promotion_info', get_promotion_info());
   

解决方案 »

  1.   

    不知道EditPlus有没有这个功能,我是一般用DW来查找,
    就是按目录查找的功能,你把get_shop_help这个函数名为关键字,在ecshop的安装目录里查找这个函数有没有被定义,我觉得应该是被定义了,然后找定义函数的文件,在goods.php里有没有包含那文件。实在不行,网上下个最新版重新装一下。