Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
<p>There's an empty named .css file being inserted during the following in include\client\header.inc.php:57<br />
if($ost && ($headers=$ost->getExtraHeaders())) {<br />
echo "\n\t".implode("\n\t", $headers)."\n";<br />
}<br />
It's outputting:<br />
/osta/css/themes/.css</p>
Hi @stejos,
I just realized that the forum software I'm using has been falsely flagging some posts as "spam" and segregating them.
Thank you for taking the time to post this... just so you know, I didn't see it until now!
In any event, the code you are referring to is from osTicket core. A quick grep shows me that it has been present in osTicket's code from at least v1.10 and remains present in the latest release v1.12.
Incidentally it appears in both the Client and Staff header:
include\client\header.inc.php
include\staff\header.inc.php
I find it perplexing that you found it outputting "/osta/css/themes/.css". I have not been able to reproduce this.
Very odd! I will keep it in mind.