Update – Permalink Redirect and ESVPopup
Two small updates on my code snippet collections.
Permalink Redirect 0.8.4
I have updated Permalink Redirect plugin to 0.8.4. The main functionality of this plugin has been replaced by WordPress’ redirect_canonical() function since WP 2.3, but somehow some people are still using this plugin for its remaining functions (permalink structure changes, arbitrary path redirect, etc). 0.8.4 fixes an issue with arbitrary path redirect when the old path is now producing 404. It has also overwritten the wp_redirect function (taken from WP 2.5) so 301 redirect works properly on Lighty/Nginx setups.
ESVPopup 1.4
Don’t you love browser incompatibility?! While everyone is trying to crack Acid3, I am still trying to figure out why event.clientX on Safari is different from all the other browsers.
Anyway. ESVPopup 1.4 should work with Safari 3.0.x now.
Btw, this blog has also been upgraded to WordPress 2.5. Nice new dashboard and so far everything works. Finger crossed.
Comments
yeah, can’t get it to work with wp 2.5. i get the following error:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare wp_redirect() (previously declared in /…/wp-includes/pluggable.php:673) in /…/wp-content/plugins/ylsy_permalink_redirect.php on line 304
Hi,
I tried to activate the plugin but then came this message :
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare wp_redirect() (previously declared in /home/tuturdoc/public_html/wp-includes/pluggable.php:375) in /home/tuturdoc/public_html/wp-content/plugins/ylsy_permalink_redirect.php on line 287
can you help me on this? thx
Sorry guys I forgot to upload the new version onto my website and Subversion repository. I have now corrected this issue (and the version is really 0.8.4). Please update to correct this issue.
Add a comment
Gravatar is used. Email address is required but will not be displayed. Please keep your comment on topic. No spamming and/or bad language. First time poster will be moderated. Scott reserves the right to delete/edit your comments.

Permalink Redirect 0.8.4 for Worpress 2.5 crashed