• When trying to load settings page, I get a timeout and “Unable to load”.

    To fix: had to change hook name in redirection-admin.php from load-tools_page_redirection to admin (line 27):
    add_action( 'load-admin_page_redirection', array( $this, 'redirection_head' ) );

    Please update.

Viewing 1 replies (of 1 total)
  • Plugin Author John Godley

    (@johnny5)

    Are you running a plugin to modify WordPress menus, or something like that? Redirection appears under the tools menu, so the hook is currently correct.

Viewing 1 replies (of 1 total)

The topic ‘Unable to load (redirection settings)’ is closed to new replies.