Hi,
404 page URLs are not listed.
Thanks..
]]>Could we change line 51 of 404-error-monitor/index.php to use __construct instead of the classname as the method? This is depreciated.
]]>I get this error message in my admin panel.
]]>( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; errorMonitor has a deprecated constructor in some\path\wp-content\plugins\404-error-monitor\index.php on line 51
This plugin is reporting 404 errors for pages that have a successful 301 redirect. I tested the reported pages on whereitgoes.com to be sure.
]]>I like the way 404-error-monitor shows 404s for multisite installations. Being able to see network 404 logs and individual site 404 logs is brilliant.
I’d love to be able to see IP addresses as well. Are you still developing this plugin? If so, is it possible to add IP addresses?
]]>I installed 404 monitor plugin and noticed this.
URL – /pagename/feed/index.php
Count – 345
Referer – https://domain.com/index.php
How do I correct?
]]>I’d like to see a “Redirect URL” added to the settings page so I can redirect the user to the home page. Maybe have a checkbox/radio button for home page and/or a text box to type in the file/page/url.
For the home page option I have been using this code:
wp_redirect( home_url() );
exit;]
An additional feature to this could be the ability to redirect to different pages depending on the error.
]]>Hi,
Is there a way to keep the errors list after deactivating and activating the plugin?
Thanks
]]>I have pages that are redirected internally through 301 redirects (these are done through WP SEO plugin). These are coming up in the Error Monitor as 404 links. When I click through the links, they go to the redirected page (they do not show a 404 error). Is there a way for the plug-in to ignore these? Thank you for your work on this plug-in.
]]>I had a post with slug: this-post.html
I had changed the slug to: post.html
Now wordpress open the post.html regardless of which one of the two url I hit. (Happens because it saves the old slugs too)
However, the plugin with report 404 for the this-post.html even though there is none 404.
]]>I managed to get this working after making some changes to the code.
change mktime()
to time()
on both index.php and error.php
Hi, thanks for this useful plugin. Hope you can update it with better compatibility with HTTPS. I’ve had FORCE_SSL_ADMIN and FORCE_SSL_LOGIN defined, so that admin area is going to HTTPS, but my public page are HTTP only. I’m getting warnings on a few files used by your plugin when I’m in the admin area.
The page at 'https://www.geekoder.com/wp-admin/options-general.php?settings-updated=true' was loaded over HTTPS, but ran insecure content from 'https://www.geekoder.com/wp-content/plugins/404-error-monitor/css/admin.css?ver=3.8': this content should also be loaded over HTTPS.
options-general.php?settings-updated=true:24
The page at 'https://www.geekoder.com/wp-admin/options-general.php?settings-updated=true' was loaded over HTTPS, but ran insecure content from 'https://www.geekoder.com/wp-content/plugins/404-error-monitor/js/admin.js?ver=3.8': this content should also be loaded over HTTPS.
options-general.php?settings-updated=true:1
The page at 'https://www.geekoder.com/wp-admin/options-general.php?settings-updated=true' was loaded over HTTPS, but ran insecure content from 'https://www.geekoder.com/wp-content/plugins/404-error-monitor/js/admin.js?ver=3.8': this content should also be loaded over HTTPS.
options-general.php?settings-updated=true:1
]]>
I keep getting a 404 error message that tells me there is no content. I have reloaded the MP3 content multiple times. I’ve even deleted all the media content several times and started ‘new’ in the media category. It all looks great until I get to the test email and try to play the podcast from my email (as always). Then I get the above error message.
I sent this post out to my entire email blast list (;
HELP please.
Log was big so I clicked Delete All.
Error while removing entries
How do I find the error?
]]>It seems like no date is recorded in the “Last Error” column in the Error List. Would be great information to have.
]]>This
.postbox .inside { padding-top: 5px; padding-left: 30px;}
.postbox .inside li { list-style: square; }
has potential to style more than it should. Like squares for category meta box in post editor. May be you can isolate/prefix code more? Or even better, force admin.css to only load on error monitor.
]]>getDomain() is always used but this runs a query which is applicable to multisite installations. Hence we get a lot of errors relating to this.
]]>