• I’ve setup a 301 redirect to a custom error 404 page and the redirect seems to work well.

    In the settings I have checked the enable/disable logging; checked to receive an email for every 404 log which seems to be working fine); unchecked URL guessing.

    However my 404 error logs only shows “Ah! You are so clean that you still got ZERO errors.”

    It seems that I’m doing it right according to the documentation at https://duckdev.com/blog/docs/404-to-301/logging-404-errors/

    I’m on version 3.0.6 of the plugin.

    What am I missing? Thanks in advance for your help.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hey @mwschaff,

    You are not doing anything wrong there. Can you check this on another site and see if the logging working there?

    Thread Starter mwschaff

    (@mwschaff)

    I only have one site https://mikeschaffnerphotography.com so I’m not sure how I can check it on another site.

    I have just tested (by putting in incorrect urls) for multiple pages using different browsers. I get the same result, namely, I receive and email but the log simple says “Ah! You are so clean that you still got ZERO errors.”

    Could this be a security setting I have in place that would prevent writing to a log. I use All In One WordPress Security plugin. I have reviewed this and nothing seems obvious that it would block logging. I’ve also tried disabling a few settings to see if that is the cause. All had no effect.

    Thanks for your help.
    Mike

    • This reply was modified 4 years, 2 months ago by mwschaff.

    I have the same problem. Fresh installed on a site with option “Log 404 Errors” checked.
    Somehow the plugin can’t create a table in the database, this is what i get in error_log(it has some romanian words):

    Eroare baz? de date WordPress Table 'sitedb.wpqq_404_to_301' doesn't exist pentru interogarea SELECT redirect, options FROM wpac_404_to_301 WHERE url = '/asdasd' AND redirect IS NOT NULL LIMIT 0,1 efectuat? de require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, JJ4T3_404_Actions->handle_404, JJ4T3_404_Actions->set_options

    1. Installation is not working, it is not creating the table for the redirects
    2. Even if you create the table manually, the logging is not working again
    3. If you create the table manually and remove jj4t3_is_human() check in includes/public/class-jj4t3-404-actions.php (method set_logging_status), voala the logging is here again

    Plugin Author Joel James

    (@joelcj91)

    Hey everyone,

    Thanks for the update. I will check what went wrong.

    Plugin Author Joel James

    (@joelcj91)

    Hey all,

    Can you please update to latest version, deactivate the plugin and activate again?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Error logging’ is closed to new replies.