Title: PHP error log
Last modified: August 22, 2016

---

# PHP error log

 *  Resolved [hero12](https://wordpress.org/support/users/hero12/)
 * (@hero12)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/php-error-log-5/)
 * 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://wordpress.org/plugins/delete-duplicate-posts/](https://wordpress.org/plugins/delete-duplicate-posts/)

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

 *  Thread Starter [hero12](https://wordpress.org/support/users/hero12/)
 * (@hero12)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/php-error-log-5/#post-5363800)
 * 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](https://wordpress.org/support/users/hero12/)
 * (@hero12)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/php-error-log-5/#post-5363801)
 * 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.

 * ![](https://ps.w.org/delete-duplicate-posts/assets/icon-256x256.gif?rev=2454059)
 * [Delete Duplicate Posts](https://wordpress.org/plugins/delete-duplicate-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/delete-duplicate-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/delete-duplicate-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/delete-duplicate-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/delete-duplicate-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/delete-duplicate-posts/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [hero12](https://wordpress.org/support/users/hero12/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/php-error-log-5/#post-5363801)
 * Status: resolved