商城分类
  • aqqbjghd 消费322.77元 2018-11-19 12:36 12:36
537
3

10
赏礼
赏钱
收藏
点击回复
      全部留言
  • 3
  • admin 超级管理员 消费:3.04元 2018-11-19 12:49 12:496楼

    缺少数据表.后台手工补上吧

    CREATE TABLE IF NOT EXISTS `qb_shop_mysort` (
      `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `pid` int(10) NOT NULL,
      `uid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户的UID',
      `name` varchar(80) NOT NULL COMMENT '分类名称',
      `list` int(10) NOT NULL,
      `logo` varchar(50) NOT NULL COMMENT '封面图',
      `ext_sys` smallint(4) NOT NULL COMMENT '扩展字段,关联的系统',
      `ext_id` mediumint(7) NOT NULL COMMENT '扩展字段,关联的系统ID',
      PRIMARY KEY (`id`),
      KEY `pid` (`pid`),
      KEY `list` (`list`),
      KEY `uid` (`uid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='用户自定义分类' AUTO_INCREMENT=1 ;


    YY 消费:0元 2018-12-15 02:39
    我安装的时候也提示
    [10501] PDOException in Connection.php line 388
    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sjz_6cang_cn.qb_config' doesn't exist
                $this->PDOStatement->execute();
                // 调试结束
                $this->debug(false);
                // 返回结果集
                return $this->getResult($pdo, $procedure);
            } catch (\PDOException $e) {
                if ($this->isBreak($e)) {
                    return $this->close()->query($sql, $bind, $master, $pdo);
                }
                throw new PDOException($e, $this->config, $this->getLastsql());
            } catch (\Throwable $e) {
                if ($this->isBreak($e)) {
                    return $this->close()->query($sql, $bind, $master, $pdo);
                }
                throw $e;
            } catch (\Exception $e) {
                if ($this->isBreak($e)) {
                    return $this->close()->query($sql, $bind, $master, $pdo);
                }
    YY 消费:0元 2018-12-15 02:40

    [10501] PDOException in Connection.php line 388
    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sjz_6cang_cn.qb_config' doesn't exist
                $this->PDOStatement->execute();            // 调试结束            $this->debug(false);            // 返回结果集            return $this->getResult($pdo, $procedure);        } catch (\PDOException $e) {            if ($this->isBreak($e)) {                return $this->close()->query($sql, $bind, $master, $pdo);            }            throw new PDOException($e, $this->config, $this->getLastsql());        } catch (\Throwable $e) {            if ($this->isBreak($e)) {                return $this->close()->query($sql, $bind, $master, $pdo);            }            throw $e;        } catch (\Exception $e) {            if ($this->isBreak($e)) {                return $this->close()->query($sql, $bind, $master, $pdo);            }


0 赏钱 赏礼回复
更多回复
恢复多功能编辑器
  • 3 1
  • 官方云商圈
        圈内贴子397
    • 圈子成员22
    本圈子内的新贴

    推荐内容
    扫一扫访问手机版
    请选择要切换的马甲:

     
    网页即时交流
    QQ咨询
    咨询热线
    020-28998648