Hi !
I got same problem on 9.9 and i solved.
change template_management_main.php as below
Code:
//include_once('../' . template_management_path . 'class.tar.php');
include_once(mnmmodules . 'template_management/class.tar.php');
or just
include_once('class.tar.php');