You are not logged in.
Pages: 1
Hi,
i have a vm running Ubuntu 20.04.6 LTS with php 8.2.19 installed.
After updating GLPI to version 10.0.15, I receive an error on the dashboard related to outdated PHP: 'PHP 7.4 is no longer maintained by its community.' Therefore, I proceeded to:
a2dismod php7.4
systemctl restart apache2
then
a2enmod php8.2
systemctl restart apache2
If I reload the GLPI login page, I don't get any errors, but only a completely blank page.
If i dismod php 8.2 and enmod php 7.4 the page reload normally.
Thank you in advance.
Gabriele.
Offline
If u don't post the apache error log, how we can suppose where the problem is?
Offline
Right my wrong,
I resolved the issue; some PHP dependencies required by the service were missing.
Thank you.
Last edited by gabriele.batignani (2024-06-03 12:50:19)
Offline
Pages: 1