Récemment
-
Images produit qui disparaissent
Bugs & Améliorations il y a environ 18 jours15 -
Urls bizarres dans la console search
PhenixSuite il y a environ 21 jours12 -
Erreurs 410 dans BO
PhenixSuite il y a environ 22 jours3 -
la classe search
Bugs & Améliorations il y a environ 23 jours2 -
Probleme depuis MAJ phenix 1.6.2.36
PhenixSuite il y a environ 24 jours8 -
[resolu] Le module mondial relay 3.4.5
Bugs & Améliorations il y a environ 27 jours1 -
controlleur fournisseurs.
Bugs & Améliorations il y a environ 28 jours11 -
J'en profite (la fougue de la jeunesse) (ah ah ah)
Bugs & Améliorations il y a environ 29 jours5 -
Bon dernier du jour mais cela me turlupine classe search
Bugs & Améliorations il y a environ 29 jours4 -
se connecter comme un client idntifié
Bugs & Améliorations il y a environ 29 jours1 -
la bonne blague
Discussion générale 8 juil. 2025, 17:492 -
Passage de la 16.1.9 a la PhenixSuite 1.6.2.36
Bugs & Améliorations 4 juil. 2025, 12:548 -
Echec de l'installation de Creative Elements
Bugs & Améliorations 27 juin 2025, 15:123 -
[Résolu] Modification données client dans l'admin
PhenixSuite 27 juin 2025, 07:3410 -
googletagmanager
PhenixSuite 26 juin 2025, 15:052 -
2 téléphones obligatoires
PhenixSuite 21 juin 2025, 21:5411 -
Liens qui disparaissent
PhenixSuite 21 juin 2025, 17:545 -
Smart cache JS et Iphone
PhenixSuite 20 juin 2025, 23:121 -
Hack ancien PS 1.6 avant mise à jour Phenix
PhenixSuite 16 juin 2025, 07:423 -
[RESOLU]Souci Revolut et Hipay
Modules 14 juin 2025, 18:5511
Bug Preventing eMail Delivery in at least 1.6.2.16 up to 1.6.2.19 (Probably much more)
-
This is a deprecation error which won't show up on earlier versions of Python but does effect Python 8.1 up. The fix is very simple:
diff -wurp a/tools/swift/classes/Swift/Transport/AbstractSmtpTransport.php b/tools/swift/classes/Swift/Transport/AbstractSmtpTransport.php --- a/tools/swift/classes/Swift/Transport/AbstractSmtpTransport.php 2023-09-27 21:04:32.000000000 +0000 +++ b/tools/swift/classes/Swift/Transport/AbstractSmtpTransport.php 2023-10-15 17:24:18.086451046 +0000 @@ -395,7 +395,7 @@ abstract class Swift_Transport_AbstractS do { $line = $this->_buffer->readLine($seq); $response .= $line; - } while (null !== $line && false !== $line && ' ' != $line{3}); + } while (null !== $line && false !== $line && ' ' != $line[3]); } catch (Swift_TransportException $e) { $this->_throwException($e); } catch (Swift_IoException $e) {
-
Sorry, I was suffering from "Brain Freeze". That should read PHP 8.1 not Python.
-
Thanks for your help :)
The correction has been made for future PhenixSuite versions.