Couple issues with Redirection plugin
-
I’m having a couple issues with the plugin, they may all be related, I’m not sure…but hoping to get some insight:
1) When I’m accessing any page in the WP Admin in relation to the plugin, I get an unsafe scripts error in chrome. In the console it’s showing mixed content errors:
“Mixed Content: The page at ‘https://domain.com/wp-admin/tools.php?page=redirection.php’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://domain.com/?ver=4.7.5’. This request has been blocked; the content must be served over HTTPS.”
Mixed Content: The page at ‘https://domain.com/wp-admin/tools.php?page=redirection.php’ was loaded over HTTPS, but requested an insecure script ‘http://domain.com/?ver=2.6’. This request has been blocked; the content must be served over HTTPS.
In addition, there is another error that may be related
load-scripts.php:246 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
at HTMLDocument.<anonymous> (load-scripts.php:246)
at HTMLDocument.dispatch (load-scripts.php:3)
at HTMLDocument.r.handle (load-scripts.php:3)
at Object.trigger (load-scripts.php:3)
at Object.a.event.trigger (load-scripts.php:9)
at HTMLDocument.<anonymous> (load-scripts.php:3)
at Function.each (load-scripts.php:2)
at a.fn.init.each (load-scripts.php:2)
at a.fn.init.trigger (load-scripts.php:3)
at Object.<anonymous> (load-scripts.php:245)2) When I create a new redirect, I just get a blank page with what looks some JSON. Here’s an example:
{“html”:”<tr><th scope=\”row\” class=\”check-column\”><input type=\”checkbox\” name=\”item[]\” value=\”2\” \/><\/th><td class=’type column-type has-row-actions column-primary’ data-colname=\”Type\”>301<button type=\”button\” class=\”toggle-row\”><span class=\”screen-reader-text\”>Show more details<\/span><\/button><\/td><td class=’url column-url’ data-colname=\”URL\”>\/blog<\/a> <div class=\”row-actions\”><span class=’edit’>Edit<\/a> | <\/span><span class=’delete’>Delete<\/a> | <\/span><span class=’disable’>Disable<\/a><\/span><\/div><button type=\”button\” class=\”toggle-row\”><span class=\”screen-reader-text\”>Show more details<\/span><\/button><\/td><td class=’hits column-hits’ data-colname=\”Hits\”>0<\/td><td class=’last_access column-last_access’ data-colname=\”Last Access\”>—<\/td><\/tr>”}
The URL for this page is https://domain.com/wp-admin/admin-ajax.php
If I go back to Redirections page, the redirect is in the list….but clicking things like edit or delete do nothing, though I can delete it by checkmarking and using bulk action.
The topic ‘Couple issues with Redirection plugin’ is closed to new replies.