Destoon member registration prompts "data verification failed (2)" solution _ PHP Tutorial

Source: Internet
Author: User
The message "data verification failed (2)" is displayed for destoon member registration. When using destoon to build a B2B system, many people will encounter the error message "data verification failed (2)" when registering enterprise users on the Enterprise site, when destoon is used to create a B2B system, many users may encounter the error message "data verification failed (2)" when registering enterprise users on the Enterprise site, it seriously affects users' usage. 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.

Warning (2) "error prompt, seriously affecting the user's use...

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.