Topic: GLPI Instalation white page - VObject4 /Sabre/VObject4/autoload.php

Hello Remi,

We encountered an error in a new GLPI v9.1.2 Installation.

GLPI does not load the page.

In the file path:

/usr/share/glpi/vendor/autoload.php

LINE:

// "saber / vobject"
Require_once $ vendor. '/Sabre/VObject/autoload.php';

php-sabre-uri            noarch       1.1.1-2.el7.remi       remi       9.6 k
php-sabre-vobject4       noarch       4.1.2-1.el7.remi       remi       108 k
php-sabre-xml            noarch       1.5.0-2.el7.remi       remi        24 k

php-sabre-vobject4

New path:

/usr/share/php/Sabre/VObject4/autoload.php

We changed in GLPI /usr/share/glpi/vendor/autoload.php:

// "saber / vobject"
Require_once $ vendor. '/Sabre/VObject4/autoload.php';

GLPI worked.

Congratulations on the repository.

Thank you so much.

Att.

Danilo Santos
Servicedesk Brasil

Sao Paulo, Brazil

Re: GLPI Instalation white page - VObject4 /Sabre/VObject4/autoload.php

Thanks for the notice and the diagnostic

GLPI 9.1 (upstream) ask for version 3
GLPI 9.2 will ask for version 4

BTW, as no other change are required in the code, both version are ok.

Another way to fix is to install v3 (package is php-sabre-vobject)

Fixed in the repository (9.1.2-2) by
https://github.com/remicollet/remirepo/ … 46790d3ab7

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi