当前位置: 首页源码大全视频音乐正文 简介: 苹果10CMS影视APP对接,uniapp开发的多端影视APP 本APP有缓存,投屏,播放记录,收藏等功能是非常完善的。是会员中心也是用的苹果CMS的数据。可以打包到多端的代码。 图片: uniapp影视APP苹果CMS 收藏 链接
评论(6)
大佬,这个php用的哪个版本我这直接网站崩了提示System Error,里边一大串报错,望指点
我表述错了,是提示TemplateNotFoundException in Template.php line 1074,百度了下好像和mysql有关,能否指点一二?
苹果10cms你搭个新的 模板套过去呀
我从github上面下的最新cmsv10还是不行,建完直接把application覆盖过去,打开后台直接
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘lyccms.mac_group’ doesn’t exist
$this->PDOStatement->execute();
// 调试结束
$this->debug(false, ”, $master);
// 返回结果集
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);
}
Call Stack
database.php也改了
我在另一个论坛2020年的看到下边评论说uni缺失文件