
你是分类系统吗? 这个文件没有升级到吧 \application\fenlei\common.php 里边的内容是
<?php
if (!function_exists('get_type_money')) {
function get_type_money($str_money='',$type=0,$user=[]){
$array = json_decode($str_money,true)?:[];
$money = $array[$user['groupid']];
if (empty($money)) {
return 0;
}
if ($type==-1) {
$msg = 'RMB:'.$money.'元';
}else{
$msg = jf_name($type).':'.$money.'个';
}
return [$money,$msg];
}
}
然后点击安装增强版就自动升级的了.你现在没数据的话,就直接在后台模块管理那里卸载掉.重装吧.
只有域名跟密钥一样,才能安装的,你没有改域名的话,就找回以前的密钥吧.