• Resolved hero12

    (@hero12)


    DDP latest version

    WordPress database error
    Unknown column 'time' in 'field list' for query INSERT INTO <code>wp_delete-duplicate-posts_log</code> (time,note) VALUES ('2014-10-06 21:47:05','Deleted post \'uTorrent\' (id: 135638) and related post meta data.'); made by do_action_ref_array, call_user_func_array, delete_duplicate_posts->cleandupes, delete_duplicate_posts->log

    how to solve? the log is always empty, i think that it never writes to the log and not sure if it works at all…thanks

    https://ww.wp.xz.cn/plugins/delete-duplicate-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hero12

    (@hero12)

    why don’t you reply anymore?

    if your plugin doesn’t work and you don’t want to update and support, you should delete it from WordPress…

    thanks

    Thread Starter hero12

    (@hero12)

    SOLVED

    the problem here is that a ‘time’ column is not present in the

    wp_delete-duplicate-posts_log

    why?

    i had to add it as
    time timestamp NOT NULL DEFAULT ‘0000-00-00 00:00:00’ ON UPDATE CURRENT_TIMESTAMP

    while you add it on
    woocommerce_arr_log

    What does that woocommerce_arr_log table for?

    regards

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

The topic ‘PHP error log’ is closed to new replies.