♥Gyakutsuki 154 Posted August 1 Hello, After to fill the email setting, I tried to send some email accross customer (reset password) or via the front end (account) For the back end customer, a pop up is diplayed but when you click on update, nothing happen For the front end, same thing The email is set correctly via smtp and port 495 After that I decided to deconnect everything and when I am trying to reconnect (administration) I have now an error the log write this : [01-Aug-2022 16:35:18 Europe/London] PHP Deprecated: Implicit conversion from float 258317.00000000003 to int loses precision in /home/mfvs8363/test.clicshopping.org/lib/common/helpers/Password.php on line 134 and in my screen I have this thank wou Regards ----------------------------------------- Loïc Contact me by skype for business Contact me @gyakutsuki for an answer on the forum Share this post Link to post Share on other sites
pandrei 1 Posted August 1 Hi Richard, Open this file /home/mfvs8363/test.clicshopping.org/lib/common/helpers/Password.php on line 134 go to 134 line and change it from: mt_srand((double) microtime() * 1000000); to: mt_srand( intval(microtime(true) * 1000000) ); Of course, we will include this fix in the next update. Share this post Link to post Share on other sites
♥Gyakutsuki 154 Posted August 1 Hello, Tk, Could you create a ticket about this issue on gihtub Regards ----------------------------------------- Loïc Contact me by skype for business Contact me @gyakutsuki for an answer on the forum Share this post Link to post Share on other sites