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.
Hallo Forum!
Ich habe immer folgende Fehlermeldung in der Ticketübersicht:
"" ); $( "table.list.queue.tickets a.preview" ).wrap( " <br />
" ); $( "td.osta_priority.osta_priority_low" ).closest( "tr" ).addClass( "priority-low"); $( "td.osta_priority.osta_priority_normal" ).closest( "tr" ).addClass( "priority-normal"); $( "td.osta_priority.osta_priority_high" ).closest( "tr" ).addClass( "priority-high"); $( "td.osta_priority.osta_priority_emergency" ).closest( "tr" ).addClass( "priority-emerency"); jQuery( ".truncate a" ).each(function(i, value) { var $link = jQuery(value); var text = $link.text(); if(text.length > 55) { $link.text(text.substring(0, 55) + "..."); } }); function myFunction(x) { if (x.matches) { // If media query matches $( "tbody tr" ).wrapInner( "" ); $( ".overdueTicket" ).closest( "tr" ).addClass( "overdue" ); $( ".overdue td.osta_ticket" ).append( " <br />
" ); $( ".paperclip" ).closest( "tr" ).addClass( "paperclip-icon" ); $( ".paperclip-icon td.osta_ticket" ).append( " <br />
" ); $( "tr" ).each(function() { var $test = $(this), $href = $test.find( ".pull-right"), $target = $test.find( "td.osta_ticket" ); $href.appendTo($target); }); $( "tr" ).each(function() { var $test = $(this), $href = $test.find( ".pull-right"), $target = $test.find( "td.osta_number" ); $href.appendTo($target); }); } else { $( "tbody tr > .wrapper" ).contents().unwrap(); $( ".overdueTicket" ).closest( "tr" ).removeClass( "overdue" ); $( "td.osta_ticket .overdue-ticket" ).remove(); $( "td.osta_ticket .pull-right" ).remove(); $( ".paperclip" ).closest( "tr" ).removeClass( "paperclip-icon" ); } } var x = window.matchMedia( "(max-width: 760px)" ) myFunction(x) // Call listener function at run time x.addListener(myFunction) // Attach listener function on state changes "
Kanns ich da einer einen Reim drauf machen?
Hi die-ITler,
You are using the attachments_preview plugin ( https://github.com/clonemeagain/attachment_preview).
There is a known incompatibility with that plugin.
You can either disable it or use the workaround that another user came up and shared in the forum.
Hallo die-ITler,
Bitte entschuldigen Sie die verspätete Antwort.
Sie verwenden das Plugin attachments_preview ( https://github.com/clonemeagain/attachment_preview).
Es ist eine Inkompatibilität mit diesem Plugin bekannt.
Sie können es entweder deaktivieren oder die Problemumgehung verwenden, die ein anderer Benutzer im Forum aufgerufen und freigegeben hat.