|
|
本帖最后由 民审-M 于 2017-7-17 15:32 编辑
S!微信登录 3.1.1 在php7 + https下报错:Too few arguments to function singcere_wechat_tpl_login_extra_bar(), 0 passed in 解决办法:
适用于:
第38团:DZ建站学习研究分享S!微信登录 3.1.1 草根吧开源版不加密 支持X3.4 支持PHP7.x 支持https
https://www.cgzz8.cn/t-19093-1-1.html
(出处: 草根吧)
如图所示:
Discuz! System Error
Too few arguments to function singcere_wechat_tpl_login_extra_bar(), 0 passed in /source/plugin/singcere_wechat/singcere_wechat.class.php on line 163 and exactly 1 expected
PHP Debug
| No. | File | Line | Code | | 1 | index.php | 130 | require(%s) | | 2 | portal.php | 32 | require_once(%s) | | 3 | source/module/portal/portal_index.php | 32 | include_once(%s) | | 4 | data/template/49_diy_portal_index.tpl.php | 1 | hookscriptoutput(%s) | | 5 | source/function/function_core.php | 1214 | hookscript(%s, %s) | | 6 | source/function/function_core.php | 1177 | plugin_singcere_wechat->global_login_extra(Array) | | 7 | source/plugin/singcere_wechat/singcere_wechat.class.php | 163 | singcere_wechat_tpl_login_extra_bar() | | 8 | data/template/49_singcere_wechat_module.tpl.php | 10 | break() |
解决办法:
source/plugin/singcere_wechat/singcere_wechat.class.php:
查找:(163行)
|
|