I just installed the module in the current 1.x-dev-release on my "sandbox"-system and the config was missing. The path "admin/config/statuses/settings" was also not available.
I solved the issue by replacing 'file' => 'includes/utility/statuses.admin.inc' with the following two-liner:
'file' => 'system.admin.inc',
'file path' => drupal_get_path('module', 'statuses') . '/includes/utility',
It might be worth trying it on the other menu-entries.
Comments
Comment #1
icecreamyou commentedI can't reproduce this. Try clearing your menu cache or reinstalling the module.
Comment #2
raulmuroc commentedComment #2.0
raulmuroc commentedCorrected command in the suggested code.