Huhu Posted October 22, 2023 Share Posted October 22, 2023 Hello, Since I migrated from an old version of WHMCS to a new one, I have a recurring error every 5 minutes and here it is: - "Encryption hash is missing or damaged. Department POP auth settings could not be decrypted." I'm using the latest version of WHMCS, i.e. 8.8.0. What causes this, what does it generate and how do I fix it please? Thank you very much for your future help! 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted October 24, 2023 Share Posted October 24, 2023 This is caused by your cc_encryption_hash value in configuration.php file. It has changed and you should restore it’s previous value to get notifications to stop. 0 Quote Link to comment Share on other sites More sharing options...
Tratty12 Posted November 22, 2023 Share Posted November 22, 2023 Hi all I'm having the same issue and the hash value has not been changed. Any pointers? 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted November 28, 2023 Share Posted November 28, 2023 (edited) It sounds like either the encryption key has changed or the database has been replaced. Resetting your department POP login details from WHMCS admin panel will resolve this particular error, however. Edited November 28, 2023 by radwebhosting 0 Quote Link to comment Share on other sites More sharing options...
webbymaster Posted July 8 Share Posted July 8 On 11/28/2023 at 11:16 PM, RadWebHosting said: Resetting your department POP login details from WHMCS admin panel will resolve this particular error, however. Could you tell me in more detail how to do this? 0 Quote Link to comment Share on other sites More sharing options...
bnb Posted July 9 Share Posted July 9 I had this problem before and got it fixed with WHMCS staff help. However, I can't find any records of it. Perhaps I found the solution somewhere else... 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted July 16 Share Posted July 16 On 7/8/2024 at 5:32 PM, webbymaster said: Could you tell me in more detail how to do this? You can access this feature at Configuration () > System Settings > Support Departments. 0 Quote Link to comment Share on other sites More sharing options...
webbymaster Posted July 17 Share Posted July 17 On 7/16/2024 at 8:23 AM, RadWebHosting said: You can access this feature at Configuration () > System Settings > Support Departments. Thank you very much for the answer, but nothing comes out for me, and the error "Encryption hash is missing or damaged. Department PHP auth settings could not be decrypted." still repeats. I changed the e-mail addresses of the Support Departments, changed their passwords and names. But it's still a mistake. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst Solution WHMCS Areeb Posted July 18 WHMCS Technical Analyst Solution Share Posted July 18 15 hours ago, webbymaster said: Thank you very much for the answer, but nothing comes out for me, and the error "Encryption hash is missing or damaged. Department PHP auth settings could not be decrypted." still repeats. I changed the e-mail addresses of the Support Departments, changed their passwords and names. But it's still a mistake. Hi @webbymaster, Please try and clear the email configuration values by running this MySQL Query: UPDATE tblticketdepartments SET `password` = '',`mail_auth_config` = '' WHERE `id` = 'x'; Replace 'x' with the ID of the support department in question. Then re-save the POP3 login credentials in WHMCS admin area under Configuration > System Settings > Support Departments > Edit. For each department they had this error with. If you need any further assistance, please get in touch with us by submitting a ticket. 1 Quote Link to comment Share on other sites More sharing options...
webbymaster Posted July 18 Share Posted July 18 12 hours ago, WHMCS Areeb said: Hi @webbymaster, Please try and clear the email configuration values by running this MySQL Query: UPDATE tblticketdepartments SET `password` = '',`mail_auth_config` = '' WHERE `id` = 'x'; Replace 'x' with the ID of the support department in question. Then re-save the POP3 login credentials in WHMCS admin area under Configuration > System Settings > Support Departments > Edit. For each department they had this error with. If you need any further assistance, please get in touch with us by submitting a ticket. Yes, BROTHER, it worked!!! THANK you very much!!! 1 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.