You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a new rack mount under assets, named it test, and now when I access it I get a full page stacktrace of deprecated function.
Built in docker from docker-compose.yml available in branch 10.0/bugfixes, only added mariadb:latest image to compose.
Code of Conduct
Is there an existing issue for this?
Version
10.0/bugfixes branch
Bug description
I added a new rack mount under assets, named it test, and now when I access it I get a full page stacktrace of deprecated function.
Built in docker from docker-compose.yml available in branch 10.0/bugfixes, only added mariadb:latest image to compose.
Relevant log output
Page URL
http://[glpi_address]/front/rack.form.php
Steps To reproduce
`services:
app:
container_name: "glpi"
build:
context: ".docker/app"
restart: "unless-stopped"
volumes:
ports:
extra_hosts:
mysql:
container_name: "mysql"
image: "amd64/mariadb"
environment:
volumes:
ports:
Then
docker-compose up
, go through installation process. Happens for sure in pl-pl locale, didn't test in others.Your GLPI setup information
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: