为 XIUNOX BBS 提供积分/金币/RMB 在线充值能力,支持支付宝当面付、微信扫码支付、第三 | 插件 |
| 哆哆 |
启用插件报服务器错误,错误信息显示:
ErrorException: file_get_contents(/Users/hfbi/Desktop/2026/xiuno/xiunobbs-master/view/htm/body_start.htm): Failed to open stream: No such file or directory in /Users/hfbi/Desktop/2026/xiuno/xiunobbs-master/model/plugin.func.php on line 479关键信息:
错误位置:
/model/plugin.func.phpline 479调用链:
tmp/plugin_dd_recharge_view_htm_recharge_admin_settings.htmline 9 调用_include('/Users/hfbi/Des...')这个
_include()调用plugin_compile_srcfile()plugin_compile_srcfile()用file_get_contents()读取/view/htm/body_start.htm但文件不存在
错误源头是
plugin_dd_recharge_setting.php,dd_recharge的插件。这个插件的 setting 模板引用了body_start.htm,但该文件不存在。
【 body_start 是hook,并不存在此文件】
另外建议插件名称里不要出现 插件、扩展、模板等字段
