Destoon Member registration prompts "Data Verification Failed (2)" solution _ php instance

Source: Internet
Author: User
This article mainly introduces the solution of "Data Verification Failed (2)" prompted by destoon Member registration. For more information, see destoon's B2B system creation, the error message "Data Verification Failed (2)" appears when registering enterprise users on the enterprise site, seriously affecting users' use. The solution is as follows:

Go to module/member/register. inc. php from the destoon background

In the register. inc. php file, find:

If ($ submit ){

Place the following

If ($ action! = Crypt_action ('register ') dalert ($ L ['check _ sign'].' (1 )');

Comment out:

// If ($ action! = Crypt_action ('register ') dalert ($ L ['check _ sign'].' (1 )');

Find

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 )');

So far, this problem has been solved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.