You are not logged in.
Hi Support.
Was trying to install GLPI within these 2 days, but it was dead end. Roaming around forum but still found dead end. It says PHP Parser | PHP version must be between 7.4.0 and 8.2.0 (exclusive). I did what what i can do like downgrading php from 8.3 to 8.2 and even to 7.4 and change it back to 8.2. I also did a fresh install of Ubuntu 22 and do what i can do. Please help. I use Bard, GPT and so on but still.
Offline
When you change PHP versions, make sure you also disable the old version in Apache and enable the correct PHP version.
Run "apachectl -M" to see which php module Apache is using.
Then, run (assuming it is php8.3 that is loaded):
a2dismod php8.3
a2enmod php8.2
systemctl restart apache2
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline