Jump to content

[NOT A BUG] Strange problem with support ticket page after upgrading


Recommended Posts

In the support ticket area of the admin login, on the left hand menu where it tells you the number of tickets with the various statuses, the numbers have disappeared. It it just showing like this now:

 

Filter Tickets

 

* Awaiting Reply ()

* My Flagged Tickets ()

* All Active Tickets ()

* Open Tickets ()

* Answered ()

* Customer-Reply ()

* On Hold ()

* In Progress ()

* Closed Tickets ()

 

Is there a fix for this? It would be nice to see the numbers back like before so that I can see the number of 'in progress' and 'on hold' tickets at a glance.

 

I followed all of the update instructions to the letter.

Link to comment
Share on other sites

Also try checking inside the following file

 

whmcs/admin/templates/v4/sidebar.tpl

 

Have a look around line 72 and you should find the following - just replace it with what I have pasted here and this is as per the original download. Perhaps part of the code is missing.

 

<span class="header"><img src="images/icons/tickets.png" alt="Filter Tickets" width="16" height="16" class="absmiddle" /> Filter Tickets</span>

<ul class="menu">

<li><a href="supporttickets.php">Awaiting Reply ({$ticketsawaitingreply})</a></li>

<li><a href="supporttickets.php?view=flagged">My Flagged Tickets ({$ticketsflagged})</a></li>

<li><a href="supporttickets.php?view=active">All Active Tickets ({$ticketsallactive})</a></li>

{foreach from=$ticketcounts item=ticket}

<li><a href="supporttickets.php?view={$ticket.title}">{$ticket.title} ({$ticket.count})</a></li>

{/foreach}</ul>

Link to comment
Share on other sites

Ahh, I think I've found what it is - It's just me being stupid, should have thought about it before really.

 

I renamed my admin folder a while back and didn't upload the files from the admin folder in the upgrade package into my new folder name.

 

Sorry, you can probably set this post as 'not a bug' lol

 

UPDATE: I can confirm that after uploading the files from 'admin' to the correct folder and deleting the cached templates it is now working.

Edited by Gav
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated