You are not logged in.
Hi everyone,
I am currently facing an issue while installing GLPI. I'm stuck at step 0 because I can't find the "Next Step" button, as shown in this picture:
The GLPI version I'm trying to install is 9.4.6, and I'm using Rocky 9 as the operating system. The installation is running on an Apache server.
I have attempted to zoom in and out, but the button is still not visible.
I have tried different web browsers including Chrome, Firefox, and Edge, but the problem persists across all of them.
I had encountered a PHP error log earlier, but I resolved it, hoping that it would make the button appear.
Initially, I installed GLPI 10 on this server, but I was advised to install the specific version 9.4.6 to ensure compatibility with the current database of my currently running GLPI so I deleted all the GLPI Files and installed GLPI 9.4.6.
Could you please advise me on how to resolve this issue?
Thank you.
Offline
To work around the issue I encountered during the installation of GLPI, I followed the following steps:
Documentation used:
"GLPI Installation
GLPI Project, Teclib’
May 24, 2023"
I navigated to the root directory of GLPI using the command cd.
I checked that the system requirements were met by executing the command php bin/console glpi:system:check_requirements.
Once I confirmed that the requirements were okay, I proceeded with the installation of GLPI using the command php bin/console db:install -p. I included the -p option because my database is protected by a password.
By following these steps, I was able to successfully install GLPI, bypassing the issue I encountered earlier.
Best regards
Offline