Aha!Attempting to update the group threw an error, and the system very helpfully emailed me the backtrace and SQL it was using. Fab!So it seems there is an unknown column in the sql - however, I logged in to the database directly and edited the field for can_manage_faq manually... and voila!The error probably needs looking at -
Unknown column 'can_post_ticket_reply' in 'field list'<br />
<br />
---- Backtrace ----<br />
#0 (root)/include/mysqli.php(177): osTicket->logDBError('DB Error #1054', '[UPDATE ostnew_...')<br />
#1 (root)/include/class.group.php(218): db_query('UPDATE ostnew_g...')<br />
#2 (root)/include/class.group.php(140): Group->save('1', Array, Array)<br />
#3 (root)/scp/groups.php(27): Group->update(Array, Array)<br />
#4 {main}
From a quick glance at the field names, it should be 'can_postnew_ticket_reply'Could this be because I reset the prefix for the new version to use 'ostnew_' in the config.php and db? Hope this helps!