-
-
November 8, 2022 at 1:14 pm #13002ScloudingitParticipant
We replaced OSTicket 1.17 with OSTicket Awesome 1.17.
Everything works except the theme page. This results in a white page and no errors are logged in Apache.
Server: Ubuntu Server 20.04 LTS x64
Webserver: Apache 2.4.41
PHP: 8.1.12 + all needed PHP extensions
MySQL: 10.3.34 -
November 8, 2022 at 6:18 pm #13030stevlandKeymaster
Hi @cloudingit,
No related errors in your Apache logs, but did you also check your PHP logs?
Does your server use Sucuri Website Application?
Also try this:
osTicket Awesome uses standard permissions.
All folders should be 755 (drwxr-xr-x) and all files should be 644 (-rw-r–r–).
If you suspect that your permissions are messed up you can easily reset them.
For directories
# find . -type d -print0 | xargs -0 chmod 0755
For files
# find . -type f -print0 | xargs -0 chmod 0644
-
November 8, 2022 at 11:26 pm #13039ScloudingitParticipant
Hi,
No errors, but it is working now.
I haven’t done anything but this morning it worked.
-
You must be logged in to reply to this topic.