Discuz手机端手机号注册无法写入common_member_profile表(手机号入库失败)
3613
discuz手机端手机号注册无法写入common_member_profile表(手机号入库失败)
注册处理程序 source\class\class_member.php on_register()方法
由于source\class\class_member.php文件中第670行
$profile = $verifyarr = array(); foreach($_G['cache']['fields_register'] as $field) { // if(defined('IN_MOBILE')) { // break; // } $field_key = $field['fieldid']; $field_val = $_GET[''.$field_key]; if($field['formtype'] == 'file' && !empty($_FILES[$field_key]) && $_FILES[$field_key]['error'] == 0) { $field_val = true; } }
把
if(defined('IN_MOBILE')) { break; }
这三行注释掉即可。
本文网址:https://www.zztuku.com/detail-7751.html
站长图库 - Discuz手机端手机号注册无法写入common_member_profile表(手机号入库失败)
申明:如有侵犯,请 联系我们 删除。
您还没有登录,请 登录 后发表评论!
提示:请勿发布广告垃圾评论,否则封号处理!!