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 2025-03-07 07:44:27

anurabw
Member
Registered: 2025-02-19
Posts: 2

GLPI 10.0.18 Installing issue

Hi All,

I am trying to install GLPI and using followings

GLPI 10.0.18 (previously tried GLPI 10.0.17 and failed)
PHP 8.3.17
Apache 2.4.63
mysql 8.0.41
Windows Server 2019 (and tried windows 10 laptop too)

Installation page is there for 24 hours with following screen massage
                               GLPI SETUP

                                 Step 3
                    Initialization of the database

When I refresh the page after 24 hours, it gave option to update and give following

                                  GLPI SETUP
                  Database connection successful
 
     DAtabase version seems correct (11.6.2) - Perfect

                 Upgrade is not supported before 0.80

I have deleted config_db.php as suggested in another post and tried to reinstall. But the same errors are experiencing

PHP.ini max time also increased (max_execution_time = 600000 )

Please help to intall GLPI

Offline

#2 2025-03-07 08:49:50

WebGreg
Member
Registered: 2020-02-27
Posts: 772

Re: GLPI 10.0.18 Installing issue

Hi.

Is this a fresh installation?
Have you checked the logs?
If the web-based installation continues to fail, you can try updating the database manually using the GLPI command-line interface. Here are some commands that might help:

php bin/console glpi:maintenance:disable
php bin/console glpi:system:check_requirements
php bin/console database:check_schema_integrity
php bin/console database:update
php bin/console glpi:maintenance:disable

--
GLPI 10.0.18
GLPI-Inventory 1.5.0
Ubuntu Server 20.04 LTS

Offline

#3 2025-03-07 12:54:55

anurabw
Member
Registered: 2025-02-19
Posts: 2

Re: GLPI 10.0.18 Installing issue

Yes this is a fresh installation

error log as follows

[2025-03-07 05:14:14] glpiphplog.WARNING: Test logger 
[2025-03-07 05:56:04] glpiphplog.WARNING: Test logger 
[2025-03-07 05:56:15] glpiphplog.WARNING: Test logger 
[2025-03-07 05:59:45] glpiphplog.WARNING: Test logger 
[2025-03-07 06:00:47] glpiphplog.WARNING: Test logger 
[2025-03-07 06:01:08] glpiphplog.WARNING: Test logger 
[2025-03-07 09:19:25] glpiphplog.WARNING: Test logger 
[2025-03-07 09:19:33] glpiphplog.WARNING: Test logger 
[2025-03-07 09:19:52] glpiphplog.WARNING: Test logger

Offline

Board footer

Powered by FluxBB