I corrected the probelm by changing the database driver.
in the webassist/kfm/configuration.php file, i change:
$kfm_db_type = 'mysql';
to:
$kfm_db_type = 'sqlitepdo';
cant say why the mysql driver did not work for the file manager, but changing it to use the sqlitepdo driver fixed the problem.