Projet

Général

Profil

Anomalie #34687

Mis à jour par Joël Cuissinat il y a plus d'un an

https://dev-eole.ac-dijon.fr/jenkins/job/2.9.0/job/test-importation-envole-2.9.0-amd64

<pre>
run-parts: executing /usr/share/eole/postservice/10-gepi reconfigure
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/gepi/lib/share.inc.php on line 613
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/gepi/lib/share.inc.php on line 613
</pre>

Visiblement, il "suffit" de remplacer :
> @$test1 = $login_user{0};@
par :
> @$test1 = $login_user[0];@

Retour