Bondaty and Co Posted March 13, 2017 Share Posted March 13, 2017 (edited) Bonjour, J'ai une erreur sur le module Mondial relay: [13-Mar-2017 15:39:36 Europe/Paris] PHP Fatal error: Uncaught Error: Access to undeclared static property: MRTools::$valueDetailed in /home/.../public_html/modules/mondialrelay/classes/MRGetRelayPoint.php:188 Stack trace: #0 /home/.../public_html/modules/mondialrelay/classes/MRGetRelayPoint.php(165): MRGetRelayPoint->_generateMD5SecurityKey() #1 /home/.../public_html/modules/mondialrelay/ajax.php(135): MRGetRelayPoint->init() #2 /home/.../public_html/modules/mondialrelay/mondialrelay.php(1502): include('/home/.../...') #3 /home/.../public_html/modules/mondialrelay/mondialrelay.php(96): MondialRelay->checkAJAX() #4 /home/.../public_html/modules/mondialrelay/ajax.php(51): MondialRelay->__construct() #5 {main} thrown in /home/.../public_html/modules/mondialrelay/classes/MRGetRelayPoint.php on line 188 La liste des relais mouline. Si quelqu'un a rencontré ce problème. Tout est ok en local. Merci Christophe Edited November 8, 2017 by Bondaty and Co (see edit history) Link to comment Share on other sites More sharing options...
doekia Posted March 13, 2017 Share Posted March 13, 2017 Repasse en PHP 5.6 Link to comment Share on other sites More sharing options...
Bondaty and Co Posted March 14, 2017 Author Share Posted March 14, 2017 J'avais anticipé, le résultat est identique. Link to comment Share on other sites More sharing options...
202ecommerce Posted April 6, 2017 Share Posted April 6, 2017 Bonjour, J'ai une erreur sur le module Mondial relay: [13-Mar-2017 15:39:36 Europe/Paris] PHP Fatal error: Uncaught Error: Access to undeclared static property: MRTools::$valueDetailed in /home/.../public_html/modules/mondialrelay/classes/MRGetRelayPoint.php:188 Stack trace: #0 /home/.../public_html/modules/mondialrelay/classes/MRGetRelayPoint.php(165): MRGetRelayPoint->_generateMD5SecurityKey() #1 /home/.../public_html/modules/mondialrelay/ajax.php(135): MRGetRelayPoint->init() #2 /home/.../public_html/modules/mondialrelay/mondialrelay.php(1502): include('/home/.../...') #3 /home/.../public_html/modules/mondialrelay/mondialrelay.php(96): MondialRelay->checkAJAX() #4 /home/.../public_html/modules/mondialrelay/ajax.php(51): MondialRelay->__construct() #5 {main} thrown in /home/.../public_html/modules/mondialrelay/classes/MRGetRelayPoint.php on line 188 La liste des relais mouline. Si quelqu'un a rencontré ce problème. Tout est ok en local. Merci Christophe Bonjour Christophe, Pouvez-vous nous envoyer un mail à [email protected] avec vos accès BO + FTP svp ? Nous allons investiguer sur le problème que vous rencontrez. Cordialement, 202 ecommerce Link to comment Share on other sites More sharing options...
Alexandre Carette Posted September 14, 2017 Share Posted September 14, 2017 (edited) Salut, vers ligne 187 /modules/mondialrelay/classes/MRGetRelayPoint.php if ( isset($valueDetailed['methodValidation']) && method_exists('MRTools', $valueDetailed['methodValidation']) && isset($valueDetailed['params']) //&& MRTools::$valueDetailed['methodValidation']($valueDetailed['value'], $valueDetailed['params']) ) { j'ai du commenter pour que ca marche... cdt Edited September 14, 2017 by Alexandre Carette (see edit history) Link to comment Share on other sites More sharing options...
HerveRenault Posted November 8, 2017 Share Posted November 8, 2017 Pour que ça passe avec PHP 7, ajouter des { } pour lever l'ambiguïté, en ligne 188 : MRTools::{$valueDetailed['methodValidation']}($valueDetailed['value'], $valueDetailed['params']) 1 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