Catchable fatal error – can't use Plugin
-
Hello there,
I wanted to use the plugin for redirection. Unfortunately, I’m getting an error when i want to configure my redirection’s. So I’m not able to use it in any way. I’m also not really familiar with WordPress nor what the error could mean in any way.
Catchable fatal error:
Argument 2 passed to Redirection_Table::__construct() must be an instance of Red_Group, boolean given, called in */redirection.php on line 371 and defined in */pager.php on line 10line 371/redirection.php says: $table = new Redirection_Table( Red_Group::get_for_select(), $group );
$table->prepare_items();line 10/pager.php says: function __construct( array $groups, Red_Group $current_group = null ) {
$this->groups = $groups;
$this->current_group = $current_group;Thanks for any advice what to do.
- The topic ‘Catchable fatal error – can't use Plugin’ is closed to new replies.