You are not logged in.
Pages: 1
Ubuntu 20.04.5 LTS
Apache/2.4.41 (Ubuntu)
PHP 7.4.3
GLPI 9.5.6
When I follow the recommendations to update my version of GLPI to version 10.0.5 I get the following display problem:
Everything is going well during the update, I don't have any error messages when updating the database. Just this display issue after the migration is complete.
When I reproduce the migration from version 9.5.6 to 10.0.5 on a VM everything goes well and the display is good.
Please let me know if you need any other information to help me resolve this issue.
Thank you so much.
Offline
Do you happen to use any kind of CSS?
Offline
Seeing this display I actually thought of CSS but during the migration I copy and replace all my old folders (including the css folder) so all the folders are overwritten. My CSS settings therefore no longer exist normally. I'm going to focus my research on CSS...
Offline
Open developer console. Maybe the path to .css files is wrong.
Offline
Maybe try deleting all files that start with _ in the name (but don't delete _default!). Or don't delete it, just move it somewhere else. Check if it helped.
/var/www/html/glpi/css/palettes/
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
For future upgrades, copy and replacing files is not recommended as it leaves old files behind. Instead, the old GLPI folder should be renamed and then only specific files/folders should be copied to the new GLPI folder. In this case, it probably left all the old palettes since the new ones no longer have an underscore at the start of their names. The issue with the palettes specifically is that the compiler being used recognizes both files (with and without the underscore) as the exact same thing and doesn't know which to use so it gives up.
For the recommended update procedure, please refer to the installation/update documentation:
https://glpi-install.readthedocs.io/en/ … pdate.html
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Thank you for your answers. I will try these different things in the next few days and I will come back to let you know.
Happy new year
Offline
Hello
There was a problem with my palette. I changed my palette and the display is correct now
Thanks for your help
Offline
hi dude, can you explain how did you resolve? I have the same problem with all versions, I download the new version and update, but I always have the problem of the CSS not loading the graphics,I am desperate
before you ask me I have already proceeded with the permits
sudo chown -R www-data:www-data /var/www/html/servicedesk/*
sudo chmod -R 755 /var/www/html/servicedesk/*
Offline
Hi !
On version 9.5 I had created a palette that I named "mycompany.scss" with my company theme (located in glpi/css/palettes).
When I did all updates and migration to GLPI 10 I did the following actions :
- I renamed the "mycompany.scss" palette to "mycompany-OLD.scss".
- I renamed the "darker.scss" palette to "mycompany.scss"
Then when I logged in, the "darker.scss" palette was used, but under the name "mycompany.scss".
I then modified this palette with my company theme.
I hope these explanations can help you solve your problem.
Offline
I solved by installing GLPI 10 from 0 and then manually deleting the tables in the db and importing the old ones
Last edited by chris_86 (2023-03-06 18:03:47)
Offline
Pages: 1