Maybe if you check developpement version π you’ll see 2.3.2
seeing this everywhere:
Missing argument 2 for wpdb::prepare(), called in /xxxxxxx/wp-content/plugins/redirection/models/group.php on line 70 and defined in /xxxxxxx/wp-includes/wp-db.php on line 990
There’s persistence with a redirect after it’s added and then removed. I’ve got pages stuck in an endless redirect without any reference to them in the redirect plugin.
Also adding redirects doesn’t always seem to work meaning I’m getting 404’s instead of going to the new url. I suspect the error above is breaking the call stack in odd places and causing only part of the functionality to execute.
It’s working for me! I saw a lot of posts that said it’s not, but I tried anyway. Redirects are working, only issue is a css glitch in admin.
I’ve installed this plugin on wordpress 3.5 and it gives me this warning
Warning: Missing argument 2 for wpdb::prepare(), called in /wp-content/plugins/redirection/models/group.php on line 70 and defined in /wp-includes/wp-db.php on line 990
How can i solve this problem?
Thank you
This is an error newly generated with WP 3.5. It’s not specific to this plugin and does not affect functionality of your site. You can find info about it here: http://make.ww.wp.xz.cn/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/