OSTickets Offline Page images not loading
-
Installed OSTickets and started to update the settings etc and all seems good.
But i'm having an issue with editing the Offline Page. When I add images and upload them they display when i'm editing the page but if I view the site the images don't load:-When editing:-
When viewing the website:-
-
Is it possibly an ad blocker that is blocking the elements?
-
@DustinB3403 Not that I can see,
I'm testing internally at the moment so it's on the local LAN and seems all web browsers are doing it.
-
I haven't used OSTicket so just shooting in the dark here.
I assume you're 'activating" the page when you go to view it, correct?
-
@DustinB3403 said in OSTickets Offline Page images not loading:
I haven't used OSTicket so just shooting in the dark here.
I assume you're 'activating" the page when you go to view it, correct?
Yeah it's active etc.
-
Anyway found a fix/solution.
Logged into the server and downloaded the images I wanted into the images folder. Then on the page I edited the source code and changed what it enters
<img width="200" height="50" alt="wynnstay.png" src="http://ostickets/helpdesk/file.php?key=yicwxqo3dmnjhclxirdzgrpxljt7rrqu&expires=1485388800&signature=0cd9c75022866fe708bac4a35557e6b5e8b95ee4">
to
<img src="/helpdesk/images/xxxxxxxx.png> etc and that works.
Not sure why it trying to add images with that code lol