Bonjour,
J'ai repris mon développement pour l’authentification automatique après création d'un plugin Myauth.php, mais lorsque je veux l'appeler j'ai l'erreur suivante :
"Too few arguments to function Joomla\CMS\Plugin\CMSPlugin::__construct(), 0 passed"
Le plugin a été créé ainsi :
"class Myauth extends CMSPlugin" pour hériter du plugin CMSPlugin (dans lequel se trouve la fonction __construct, mais je ne sais pas comment l'instancier).
Si quelqu'un a une idée ?
Merci
J'ai repris mon développement pour l’authentification automatique après création d'un plugin Myauth.php, mais lorsque je veux l'appeler j'ai l'erreur suivante :
"Too few arguments to function Joomla\CMS\Plugin\CMSPlugin::__construct(), 0 passed"
Le plugin a été créé ainsi :
"class Myauth extends CMSPlugin" pour hériter du plugin CMSPlugin (dans lequel se trouve la fonction __construct, mais je ne sais pas comment l'instancier).
Si quelqu'un a une idée ?
Merci