Hi, I'm having trouble displaying the content of some tickets. It shows me like this:
The details of my osticket are:
greetings!
sicorax
Check your logs (general server logs, webserver error logs, PHP error logs, MySQL/MariaDB error logs, osTicket System Logs, Browser Console logs, etc.) for any related errors.
Cheers.
KevinTheJedi thanks for your help, but I do not see any related error in acces_log, error_log and osTicket logs
Then check your PHP error logs, etc. Or you can edit the bootstrap.php file and set display_errors and display_startup_errors to 1 and retest. This should spit any fatal errors out on the screen.
bootstrap.php
display_errors
display_startup_errors
1
Probably want to upgrade also.