联系官方销售客服
1835022288
028-61286886
后台升级模块 API 时候,突然出现错误,然后提示故障,并引导 开启开发模式,找到如下错误 详细见附件 1635434515f7b95b.txt 修改后缀*.txt为 html可以看到详细错误。
Table 'xunruicms_c.dr_app_login' doesn't exist 搜索问题 →
SELECT * FROM `dr_app_login` WHERE `uid` = '1'
SYSTEMPATH/Database/MySQLi/Connection.php at line 280
273 $this->connID->next_result();274 if ($res = $this->connID->store_result()) {275 $res->free();276 }277 }278 279 try {280 return $this->connID->query($this->prepQuery($sql));281 } catch (mysqli_sql_exception $e) {282 log_message('error', $e->getMessage());283 284 if ($this->DBDebug) {285 throw $e;286 }287 }
16354347102e65ba.txt附件如上。请大神帮忙看看什么问题。