06-02-2021, 20:34
lors du changement de version PHP
vous avez l'error
Installer le module php
pour la version php7.4
: PS Activer les Errors dans php:
We recommend that you change these two settings:
Set error reporting:
vous avez l'error
Code :
Error: Call to undefined function simplexml_load_file() in /var/www/joomla-cms/libraries/joomla/language/language.php:1373\nStack
pour la version php7.4
Code :
apt-get install php7.4-simplexml
: PS Activer les Errors dans php:
We recommend that you change these two settings:
Code :
Set Display error to On:
display_errors = On
Code :
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
