BBS 社区插件安装失败
BBS 社区插件安装失败解决一下
E851B32044248846E1B930BE53A540BE
根因
seedCategories() 创建默认板块时写入了 showplaza,但 communitycategory 的基础建表 SQL 缺少该字段。ThinkPHP 的严格字段校验触发:
fields not exists:[show_plaza]
临时解决办法
- 在
plugins/community/install.sql的communitycategory表中加入showplaza。 - 在
CommunityPlugin::install()写入默认板块前调用ensureCategoryShowPlazaColumn()。 - 该流程同时支持全新安装和安装失败后的旧表重试。
最新打赏


