Bonjour
c'est un problème de configuration serveur au niveau du php.ini (surtout en local), pour corriger,
- ouvrez votre fichier php.ini du serveur
- cherchez la commande : short_open_tag
- si vous la trouvez passez la sur On comme ceci : short_open_tag = On
- si vous ne la trouvez pas ajoutez la simplement
Hello
it is a server configuration issue at the php.ini (especially local), for correction,
- Open your php.ini file server
- Looking for the command: short_open_tag
- If you find it then switch On : short_open_tag = On
- If you not find it just add it