A lot of people in the use of Destoon to establish a business system, when the enterprise station registered enterprise users, the "data check failed (2)" error, seriously affect the user's use. The solution is now published as follows:
From Destoon's backstage into module/member/register.inc.php
Found in the register.inc.php file:
if ($submit) {
Put it under the
if ($action! = crypt_action (' register ')) Dalert ($L [' check_sign ']. ' (1) ');
Comment out:
if ($action! = crypt_action (' register ')) Dalert ($L [' check_sign ']. ' (1) ');
Find it again.
if ($_session[' regemail ']! = MD5 (MD5 ($post [' email ']. Dt_key. $DT _ip)) Dalert ($L [' check_sign ']);
Also commented out:
if ($_session[' regemail ']! = MD5 (MD5 ($post [' email ']. Dt_key. $DT _ip)) Dalert ($L [' check_sign ']. ' (2) ');
At this point, the problem is resolved.
http://www.bkjia.com/PHPjc/825472.html www.bkjia.com true http://www.bkjia.com/PHPjc/825472.html techarticle A lot of people in the use of Destoon to establish a business-to system, will be registered enterprise users in the enterprise station when the "data check failed (2)" error, seriously affect the user's ...