• Resolved fr0styc0d3r

    (@fr0styc0d3r)


    Seeing this error repeatedly in php error logs, I have used the magic fix button already:

    WordPress database error Unknown column ‘ip’ in ‘field list’ for query INSERT INTO wp_redirection_404 (url, created, ip, agent, referrer) VALUES (‘/content/images/maximise.jpg’, ‘2018-02-20 16:39:17’, ‘207.241.229.237’, ‘Mozilla/5.0 (compatible; special_archiver/3.1.1 +https://www.archive.org/details/archive.org_bot)’, ‘https://blogifsworldcdn.azureedge.net/wp-content/themes/ifsblog2015/ifscss/main.css’) made by require(‘D:\home\site\wwwroot\wp-blog-header.php’), wp, WP->main, WP->handle_404, status_header, apply_filters(‘status_header’), WP_Hook->apply_filters, call_user_func_array, WordPress_Module->status_header_404, RE_404::create

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Godley

    (@johnny5)

    It seems like your wp_redirection_404 table is missing a column. I’m not sure how that could happen, but you have a few choices in fixing it:

    – Delete the existing wp_redirection_404 table and then use the magic fixer to recreate it. You will lose any 404 logs you have
    – Modify the wp_redirection_404 yourself and add the column. The table format is found in plugins/redirection/models/database.php

    Thread Starter fr0styc0d3r

    (@fr0styc0d3r)

    I am thinking it happened, after further research, during a migration. I added the column and it seemed to fix the issue. Thanks for replying.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unknown column ‘ip’ in ‘field list’ for query’ is closed to new replies.