摘要: 可能原因: manifest.xml 中配置不正确 解决办法: 参照官方文档检查manifest.xml 配置是否正确; 特别是创建表的SQL语句是否正确; 确认SQL语句的逗号是英文字符 阅读全文
posted @ 2020-07-09 14:25 GetcharZp 阅读(631) 评论(0) 推荐(0)
摘要: 原因: 有可能是更目录中processor.php、module.php等文件的class类名配置不正确 解决办法: 配置processor.php的类名为 应用名称 + ModuleProcessor 配置module.php的类名为 应用名称 + Module 阅读全文
posted @ 2020-07-09 14:08 GetcharZp 阅读(487) 评论(0) 推荐(0)
摘要: 问题原因: 有可能是更目录中的 site.php 文件定义不正确 解决办法: 修改site.php中class对应的类名为 应用名称+ModuleSite 阅读全文
posted @ 2020-07-09 13:12 GetcharZp 阅读(329) 评论(0) 推荐(0)