tp5框架网站访问出现SQLSTATE[42S02]: Base table or view not found: 1146 Table 'com.system_node' doesn't exist

tp5框架 SQLSTATE[42S02]: Base table or view not found: 1146 Table '_com.system_node' doesn't exist

img


有人帮忙看看吗 用的宝塔Linux面板 访问网站进不去报错这个,tp5框架

检查配置数据库和数据库内system_node表是否存在

你代码写错了,使用system_node表的时候,表名前缀增加错误,导致搜索的表名是_com.system_node。
再检查一下system_node相关使用地方

数据库查下,应该是没这个表

302733635