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

icecreamyou’s picture

Category: bug » support
Priority: Critical » Normal
Status: Needs review » Postponed (maintainer needs more info)

I can't reproduce this. Try clearing your menu cache or reinstalling the module.

raulmuroc’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)
raulmuroc’s picture

Issue summary: View changes

Corrected command in the suggested code.