Jump to content

[Solved] Support Tickets Order


Recommended Posts

  • WHMCS CEO

This error may have carried accross from the V3 BETA R1. There was an SQL update missed out in the initial BETA release for the first 24 hours. Run the following SQL on your database to correct it.

 

INSERT INTO `tblconfiguration` ( `setting` , `value` ) VALUES ('SupportTicketOrder', 'ASC');

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • 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