• Receiving this error on all site’s using Redirection:

    WordPress database error: [Table ‘wp_redirection_404’ already exists]

    CREATE TABLE wp_cni_redirection_404 ( id int(11) unsigned NOT NULL AUTO_INCREMENT, created datetime NOT NULL, url varchar(255) NOT NULL DEFAULT ”, agent varchar(255) DEFAULT NULL, referrer varchar(255) DEFAULT NULL, ip int(10) unsigned NOT NULL, PRIMARY KEY (id), KEY created (created), KEY url (url), KEY ip (ip,id), KEY referrer (referrer) ) DEFAULT CHARACTER SET utf8;

    http://wordpress.org/plugins/redirection/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same here – Bluehost told me to contact the developer of this plugin. Have you found any solution, yet?

    Thread Starter enlightenmental

    (@enlightenmental)

    haven’t heard anything yet. hoping the Dev takes a look soon.

    a hacky fix would be to hide the error

    .wpdberror { display:none; }

    in your stylesheet

    Thanks for the hide tip. Am still working with Bluehost and am thinking about reverting to an older version – because this problem showed up after I updated Redirection. Not exactly sure how to do that, but hope Bluehost can help me give that a try…

    I’m having this same error on two different sites. Just added the css display none so we’ll see if it helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress database error: [Table 'wp_redirection_404' already exists’ is closed to new replies.