Forum

User frontend is no...
 
Notifications
Clear all

User frontend is not working properly

6 Posts
4 Users
0 Reactions
29 Views
Posts: 14
(@rlevasseurfsucu-org)
Member
Joined: 3 years ago

Make the file version changes in upload/include/client/header.inc.php

The version in the file names being called just need to be changed on line 58 and 59

<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-3.5.1.min.js?ca95150"></script>
<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-ui-1.13.1.custom.min.js?ca95150"></script>

To

<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-3.6.3.min.js?ca95150"></script>
<script type="text/javascript" src="<?php echo ROOT_PATH; ?>js/jquery-ui-1.13.2.custom.min.js?ca95150"></script>


Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hi guys, 

I'm sorry that I've been unavailable for a while.

And I agree, this is a terrible mistake.

I'm really pleased that you managed to work out your own solution.

For anyone else that is reading this, upgrade to the latest hotfix (osTicket-1.17.3-Awesome-102) or (recommended) simply open /include/client/header.inc.php and replace its contents with this code.


Reply
Page 2 / 2
Share: