Title: [Plugin: Email Log] Database table not created
Last modified: August 20, 2016

---

# [Plugin: Email Log] Database table not created

 *  Resolved [pavelevap](https://wordpress.org/support/users/pavelevap/)
 * (@pavelevap)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-email-log-database-table-not-created/)
 * I could not find any email log entries, so I tried to debug and found that there
   is no database table created after activating plugin.
 *     ```
       SELECT COUNT(id) FROM abcde_email_log WHERE 1=1
       Table 'database_com1.abcde_email_log' doesn't exist
       SELECT * FROM abcde_email_log WHERE 1=1 ORDER BY sent_date DESC LIMIT 0, 20
       Table 'database_com1.abcde_email_log' doesn't exist
       ```
   
 * Maybe related to this: [http://wordpress.org/support/topic/plugin-email-log-cant-get-any-logs](http://wordpress.org/support/topic/plugin-email-log-cant-get-any-logs)(
   as I know S2Member use wp_mail() and there are same symptoms – no logs, no error
   message).
 * Thank you for your help!
 * [http://wordpress.org/extend/plugins/email-log/](http://wordpress.org/extend/plugins/email-log/)

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

 *  Thread Starter [pavelevap](https://wordpress.org/support/users/pavelevap/)
 * (@pavelevap)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-email-log-database-table-not-created/#post-2836748)
 * OK, after some debugging I probably found a solution.
 * I have MySQL version 5.5.20 and timestamp(14) is not supported [anymore](http://dev.mysql.com/doc/refman/5.5/en/timestamp-initialization.html).
 * Tested and it works well. Could you please repair this problem in next version?
   There will be more and more users with new MySQL 5.5.x. Thank you!
 *  [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * (@sudar)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-email-log-database-table-not-created/#post-2836841)
 * Thanks for reporting this issue. Will fix it in the next release of the Plugin.
 *  [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * (@sudar)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-email-log-database-table-not-created/#post-2836844)
 * I have released v0.7 of the Plugin which fixes this.

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

The topic ‘[Plugin: Email Log] Database table not created’ is closed to new replies.

 * ![](https://ps.w.org/email-log/assets/icon-256x256.png?rev=1710920)
 * [Email Log](https://wordpress.org/plugins/email-log/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-log/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-log/)
 * [Active Topics](https://wordpress.org/support/plugin/email-log/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-log/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-log/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-email-log-database-table-not-created/#post-2836844)
 * Status: resolved