You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-12-06 10:03:52

masterofpiece
Member
Registered: 2023-12-06
Posts: 1

PHP Parser | PHP version must be between 7.4.0 and 8.2.0 (exclusive).

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

#2 2023-12-07 17:37:35

cconard96
Moderator
Registered: 2018-07-31
Posts: 2,813
Website

Re: PHP Parser | PHP version must be between 7.4.0 and 8.2.0 (exclusive).

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

Board footer

Powered by FluxBB