marince Posted April 27, 2010 Share Posted April 27, 2010 Link contribution: click here In file: account_activate.php What is TEXT_ACCOUNT_CREATED_ACTIVATION_CODE ? thanks Quote Link to comment Share on other sites More sharing options...
marince Posted April 27, 2010 Author Share Posted April 27, 2010 (edited) Error: You entered a bad activation code, please try again or contact us. problem: $_GET['activation_id'] is different md5(customers_email_address) 25 instead 25c40693f323c505915f50376fe229d0 takes as value only the first two numbers. Help me, thanks Edited April 27, 2010 by marince Quote Link to comment Share on other sites More sharing options...
marince Posted April 28, 2010 Author Share Posted April 28, 2010 To solve this problem: $_GET['activation_id'] rename: activation_id for example, in identity_activation. $activation_id ---> $identity_activation eliminating: _id Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.