You are not logged in.
Pages: 1
Hi everyone,
Currently, am running GLPI 10.0.0 in a docker container environment. Am facing few issues, one of them is to integrate GLPI with email notification as well LDAP auth. I found that they sent a new version of the GLPI which is 10.0.2.
I would like to upgrade my GLPI to 10.0.2 to see if those error can get fixed.
In the same note, I also would like to upgrade GLPI php to 8, because am getting this error: Parse error: syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST) in D:\www\domains\htdocs\glpi\src\Features\Inventoriable.php on line 50
Line 50 in that file is
protected ?CommonDBTM $agent = null;
I found the solution is to upgrade the php version, which is under this location: Setup > General on the System tab along with the other GLPI system information. I did not find a way to edit and in local machine I do not know because am running everything under docker container.
Any help is welcome. Thanks in Advance.
Offline
Add here sugestion - In my spare time I will try to add a container with PHP 8
https /github.com/Wolvverine/docker-glpi
Offline
I would appreciate if you can do that.
I hope your spare time comes soon.
Offline
I use it with Laradock and worked fine on php8.
GLPI 10.0.2 Copyright (C) 2015-2022 Teclib' and contributors
Ubuntu 20.04.4 LTS
PHP 8.0.18
MySQL 8.0.28 / 10.8.3-MariaDB
Offline
Add here sugestion - In my spare time I will try to add a container with PHP 8
https /github.com/Wolvverine/docker-glpi
I have read your Readme on github, What if install plugins after deploying GLPI docker ?
GLPI 10.0.10
Installation mode: zip on OREL9
Offline
wolvverinemp wrote:Add here sugestion - In my spare time I will try to add a container with PHP 8
https /github.com/Wolvverine/docker-glpiI have read your Readme on github, What if install plugins after deploying GLPI docker ?
It works the same as in other GLPI installations, you delete the directory with the old plugin on the plugin volume (preferably) or in the docker (it will disappear when you delete the container), and upload the directory with the new plugin.
Last edited by wolvverinemp (2023-04-13 01:37:50)
Offline
First build with php 8.2
https /hub.docker.com/repository/docker/wolvverine/docker-glpi/tags?page=1&ordering=last_updated&name=82
some template script for easy instalation:
https /github.com/Wolvverine/docker-glpi/tree/develop/install%20scripts
Offline
Pages: 1