Bonjour,
SPIP 1.9.2g [13534]
Plugins installés :
Association_1.9.2 Version : 0.64 | en test
Cfg : Version : 1.10.5 | stable
Inscription2 0.61 | en test
Quand je veux entrer une cotisation (?exec=ajout_cotisation&id=5) j’obtiens ce message d’erreur :
Warning: mktime() expects parameter 6 to be long, string given in /srv/d_rousav/www/www.audioreve.com/htdocs/plugins/Association_1.9.2/exec/ajout_cotisation.php on line 62
La ligne incriminée dans exec=ajout_cotisation :
…
$validite=date(« Y-m-d », mktime(0, 0, 0, $mois, $jour, $annee));
…
Comment faudrait-il la modifier ?
Merci
Line