• HI ALL

    I have a problem with my wordpress site, I read advice to replace database. I contacted my provider and they’ve done it but I still have this error message. Any idea how to fix it? It happend after I’ve update some plugins.

    WordPress database error: [Unknown column ‘day_no_time’ in ‘field list’]
    INSERT INTO wp_plpopularpostsdatacache (id, day, day_no_time) VALUES (111, ‘2012-09-03 12:17:13’, ‘2012-09-03’) ON DUPLICATE KEY UPDATE pageviews = pageviews + 1, day = ‘2012-09-03 12:17:13’, day_no_time = ‘2012-09-03’;

    thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you explain a little bit in more detail what happened exactly?

    The error you are getting is because something is trying to write to a non default table in your WordPress database and the table is not properly populated.

    Are you using some statistics / cache plugin by any chance?

    Thread Starter BioptronPL

    (@bioptronpl)

    yes it was plugin popular post, I disabled it and it works fine now..

    Most probably if you try to activate it again it will try to recreate the tables in the database.

    Most plugins install script works the first time they are run. Check the plugin’s documentation for more information.

    Thread Starter BioptronPL

    (@bioptronpl)

    thank you..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WordPress database error:’ is closed to new replies.