7 mois
Désolé, mais c'est encore moi. Lorsque j'essaie de créer un nouveau produit, j'obtiens l'erreur suivante en mode débogage :
Unknown error on line 4320 in file /.../shop/controllers/admin/AdminProductsController.php
[8192] trim(): Passing null to parameter #1 ($string) of type string is deprecated
Unknown error on line 4327 in file /.../shop/controllers/admin/AdminProductsController.php
[8192] trim(): Passing null to parameter #1 ($string) of type string is deprecated
Unknown error on line 4320 in file /.../shop/controllers/admin/AdminProductsController.php
[8192] trim(): Passing null to parameter #1 ($string) of type string is deprecated
Unknown error on line 4327 in file /.../shop/controllers/admin/AdminProductsController.php
[8192] trim(): Passing null to parameter #1 ($string) of type string is deprecated
7 mois
Si ce sont ces lignes que vous avez, supprimez-les
CODE if(!empty($this->warnings[0]))
$page['warnings'] = $this->warnings[0];
if(!empty($this->confirmations[0]))
$page['confirmations'] = $this->confirmations[0];
if(!empty($this->errors[0]))
$page['errors'] = $this->errors[0];