bigbossmaher Posted October 24, 2014 Share Posted October 24, 2014 how to solve this !! 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 24, 2014 Share Posted October 24, 2014 It's happening because in your your Server Module you are trying to create and store the password of the product in plain text inside tblhosting.password. In this field there should be an hashed version of the password but since your are not encrypting it, WHMCS decrypt() function returns error characters. To solve this issue you have two options: Do not create password with your module/script. Leave this task to WHMCS If you really want to generate the password, encrypt() it with the given PHP function or with the WHMCS Internal API dedicated command before storing it in database 0 Quote Link to comment Share on other sites More sharing options...
bigbossmaher Posted October 25, 2014 Author Share Posted October 25, 2014 can you please give me a clear steps because i can't understand you ( all products in whmcs are affected with this problem ! ) 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 25, 2014 Share Posted October 25, 2014 Oh then have you recently changed something in your configuration.php file, "mixed" two WHMCS systems or changed the $cc_encryption_hash variable? 0 Quote Link to comment Share on other sites More sharing options...
bigbossmaher Posted October 25, 2014 Author Share Posted October 25, 2014 yeah .. it is solved .. i have recovered the last $cc_encryption_hash thank you 0 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.