Bug:

When a admin without permission click in some link in catalog/admin/index.php an error mesage is generated. The system canot find "FILENAME_FORBIDEN"

Fix:

file : admin/includes/functions/general.php
function : tep_admin_check_login
what to do : replace "FILENAME_FORBIDEN" to "FILENAME_FORBIDDEN"

The attached file is a dummy file that contains exactly what's written here.

More...