queXS 1.15.10 and 2.1.5 Released

Get queXS 1.15.10 or 2.1.5

Fixes some bugs including optimising the questionnaire outcome page queries. Translations have also been updated (Thank you!).

Read on for more details including how to upgrade (Minor database changes required if upgrading within the same major series)

Upgrading from queXS 1.15.x / 2.1.x

  1. Browse to the queXS administration page
  2. Click on "Start and monitor system wide case sorting"
  3. Confirm that the sorting process is stopped
  4. Click on "Start and monitor VoIP"
  5. Confirm that the VoIP process is stopped
  6. IMPORTANT: Backup your database and files
  7. Execute the following queries on your database (to optimise the questionnaire outcome page
    ALTER TABLE `shift` ADD INDEX ( `start` );
    ALTER TABLE `shift` ADD INDEX ( `end` );
  8. Rename the queXS directory
  9. Extract quexs-1.15.10 / 2.1.5 to a new directory on your web server
  10. Rename the new directory to the same as the existing installation was originally
  11. Copy the config.inc.local.php file from the existing installation to this directory