You are not logged in.
Hello everyone, I appreciate the assistance provided here.
I recently updated GLPI from version 10.0.1 to 10.0.11, and everything appeared to go smoothly, as usual. However, when attempting to open the ticket page in assistance, it continuously displays a loading circle. Upon inspecting for errors using F12, it showed "GLPIDashboard is not defined."
Any insights on what might be causing this? The only modification I made was to /inc/based_config.php, adjusting the file and config directory variables—nothing more.
Thanks a bunch.
Offline
Please try clearing your browser cache and the GLPI server cache.
For the server cache, you can enable debug mode when you are connected with the "super-admin" profile (or any with the permission to update settings) and then go to Setup > General > Performance tab and click "Reset" under the User data cache section.
Alternatively, you can also use the GLPI CLI tool by running:
bin/console cache:clear
from the GLPI folder as the same user as your web server (to prevent file permission changes).
For example, "sudo -u www-data bin/console cache:clear".
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
It didn't solve my problem, but when activating the debug I got this error at glpi/front/ticket.php , the error is: Uncaught Exception Error: Undefined constant "Glpi\RichText\ GLPI_TEXT_MAXSIZE" in /var/www/html/glpi/src/RichText/RichText.php on line 294
Offline
For any reason, my based_config was missing this const. Just fixed thank you so much for the support!
Offline