luluhoste Posted December 2, 2023 Share Posted December 2, 2023 Salut 🙂 Dans Xera, la fonction "whois lookup" ne marche pas... Que faire pour la réparer ? Merci ---trad google--- Hi 🙂 In Xera, the "whois lookup" function does not work... What to do to repair it? THANKS Quote Link to comment Share on other sites More sharing options...
luluhoste Posted December 2, 2023 Author Share Posted December 2, 2023 Moi, il n'y a rien qui s'affiche, juste un page blanche... ---trad google--- For me, there is nothing displayed, just a blank page... Quote Link to comment Share on other sites More sharing options...
Anyx Posted December 2, 2023 Share Posted December 2, 2023 (edited) These should all be solved in the patch I am working on. I have an assignment due Sunday evening and will resume work on it Monday morning; in the meantime I will have a look to see if the changes are small enough to share or if it is a larger PHP 8.2 compatibility issue. Edited December 2, 2023 by Anyx Quote Link to comment Share on other sites More sharing options...
Anyx Posted December 2, 2023 Share Posted December 2, 2023 The change is relatively small, in line 227 of file "app\helpers\whois_helper.php" you'll need to replace the curly brace syntax with a bracket syntax, so change this: if(($whoIsRecord != '') && ($whoIsRecord{0} != '#') && ($whoIsRecord{0} != '%')) { to this: if(($whoIsRecord != '') && ($whoIsRecord[0] != '#') && ($whoIsRecord[0] != '%')) { Quote Link to comment Share on other sites More sharing options...
luluhoste Posted December 3, 2023 Author Share Posted December 3, 2023 Merci @Anyx 😁 !!! Cela marche très bien, c'est très gentil de passer du temps pour nous aidé 😊... ---trad google--- Thanks @Anyx 😁!!! It works very well, it's very kind of you to spend time to help us 😊... 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.