The plugin gives the following error :
Warning: Missing argument 2 for wpdb::prepare(), called in /home/wima/domains/info-suriname.com/public_html/suriname/wp-content/plugins/redirection/models/group.php on line 70 and defined in /home/wima/domains/info-suriname.com/public_html/suriname/wp-includes/wp-db.php on line 992
i used the hot fix:
$rows = $wpdb->get_results( “SELECT {$wpdb->prefix}redirection_modules.name AS module_name,{$wpdb->prefix}redirection_groups.name AS group_name,{$wpdb->prefix}redirection_groups.id FROM {$wpdb->prefix}redirection_groups INNER JOIN {$wpdb->prefix}redirection_modules ON {$wpdb->prefix}redirection_modules.id={$wpdb->prefix}redirection_groups.module_id ORDER BY {$wpdb->prefix}redirection_modules.name,{$wpdb->prefix}redirection_groups.position” );
Bud then it gives a error again:
Parse error: syntax error, unexpected ‘;’ in /home/wima/domains/info-suriname.com/public_html/suriname/wp-content/plugins/redirection/models/group.php on line 70
This error is caused because the ) at the end cannot be removed can you please tel me how to fix this.