I installed redirection Plugin on my WordPress 2.8 installation. After activation, when I select tools -> redirection, the page doesn't load and there are two JavaScript errors shown in Firebug.
I guess the JavaScript included in 2.8 is not compatible with the Plugin. Has anyone else faced this situation?
johnny5
Member
Posted 5 months ago #
Redirection should work perfectly fine in WP 2.8. Can you post the javascript errors on the Redirection bug tracker:
http://urbangiraffe.com/tracker/projects/redirection
@John,
Thanks for the reply. I have posted the JavaScript errors in Redirection bug tracker
Posting them here again for others.
T.documentElement is null
(function(){var R=/((?:\((?:\([^()]+\)|[...(J,typeof K==="string"?K:K+"px")}})})();
in line 19
http://sudarmuthu.com/wp/wp-admin/load-scripts.php?c=1&load=jquery,utils,farbtastic,jquery-form,jquery-ui-core,jquery-ui-sortable&ver=0d575f28590f10ff155c9b36be8e9366
and
document.body is null
[Break on this error] (function(){var R=/((?:\((?:\([^()]+\)|[...(J,typeof K==="string"?K:K+"px")}})})();
in line 19
http://sudarmuthu.com/wp/wp-admin/load-scripts.php?c=1&load=jquery,utils,farbtastic,jquery-form,jquery-ui-core,jquery-ui-sortable&ver=0d575f28590f10ff155c9b36be8e9366
The latest version of Redirection has fixed this issue.
zemote
Member
Posted 4 months ago #
The latest redirection plugin breaks my pages in wordpress 2.8.
Heirem
Member
Posted 3 months ago #
Wordpress 2.8 includes a concatenation of scripts and CSS. This puts the quality of these scripts at a higher level than before.
The temporary solution is to place it in the wp-config.php one of these two values :
define('CONCATENATE_SCRIPTS', false );
or
define('SCRIPT_DEBUG', true);
I also invite you to read the header of wp-includes\script-loader.php