patrick Posted July 10, 2023 Share Posted July 10, 2023 Hi Roope First of all, thanks so much for this great module! Just tested your latest release (v1.3.0 Stable) and got the following error (on PHP 8.1): Uncaught TypeError: Unsupported operand types: int + string in /site/modules/EmailObfuscation/EmailObfuscation.module:444 Link to comment Share on other sites More sharing options...
Roope Posted July 10, 2023 Author Share Posted July 10, 2023 11 hours ago, patrick said: Hi Roope First of all, thanks so much for this great module! Just tested your latest release (v1.3.0 Stable) and got the following error (on PHP 8.1): Uncaught TypeError: Unsupported operand types: int + string in /site/modules/EmailObfuscation/EmailObfuscation.module:444 Fixed 1 Link to comment Share on other sites More sharing options...
Stefanowitsch Posted January 24, 2024 Share Posted January 24, 2024 @Roope I am using this module on PHP 8.1.2 and just received this error message: PHP Deprecated: Implicit conversion from float 521638.00000000006 to int loses precision in /home/users/xxx/site/modules/EmailObfuscation/EmailObfuscation.module:211 The module seems to work normally though. Is this something to be concerned about? Link to comment Share on other sites More sharing options...
Roope Posted January 29, 2024 Author Share Posted January 29, 2024 On 1/24/2024 at 3:52 PM, Stefanowitsch said: @Roope I am using this module on PHP 8.1.2 and just received this error message: PHP Deprecated: Implicit conversion from float 521638.00000000006 to int loses precision in /home/users/xxx/site/modules/EmailObfuscation/EmailObfuscation.module:211 The module seems to work normally though. Is this something to be concerned about? No need be concerned but thanks for the notice, I pushed a fix for this. https://github.com/BlowbackAgency/EmailObfuscation/commit/8dd2a3c278b86a36329122aac5d9ef0db7875218 1 Link to comment Share on other sites More sharing options...
ngrmm Posted May 13 Share Posted May 13 @Roope It seems that it does not work with Chinese characters inside an <a> tag. <a href="mailto:mail@website.com"><span>发送电子邮件</span></a> // error console page/:254 Uncaught URIError: URI malformed at decodeURIComponent (<anonymous>) at emo.decrypt (page/:254:558) at emo.replace (page/:254:382) at emo.init (page/:254:105) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now