Title: Can&#039;t Insert into database error
Last modified: August 21, 2016

---

# Can't Insert into database error

 *  [jarodpak](https://wordpress.org/support/users/jarodpak/)
 * (@jarodpak)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-insert-into-database-error/)
 * First of all great plugin! – thanks John
 * I found a minor bug that I thought I’d let people know about.
    I was getting 
   a database error “database wp_ecampaign_log does not exist” on the front end 
   when I first installed the ecampaign (version 0.83) plugin. I found that it was
   due to an incompatibility with MySql 5.5
 * To fix bug with version 0.83
 * **1. Deactivate plugin**
 * **2. Edit plugin EcampaignLog.class.php**
 *  Replace line
 *  date timestamp(14) NOT NULL,
 *  with:
 *  date timestamp NOT NULL,
 * **3. Reactivate plugin** (this should not create the missing database table for
   you)
 * Hope that saves somebody some time
 * [http://wordpress.org/extend/plugins/ecampaign/](http://wordpress.org/extend/plugins/ecampaign/)

The topic ‘Can't Insert into database error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ecampaign.svg)
 * [ecampaign](https://wordpress.org/plugins/ecampaign/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ecampaign/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ecampaign/)
 * [Active Topics](https://wordpress.org/support/plugin/ecampaign/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ecampaign/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ecampaign/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [jarodpak](https://wordpress.org/support/users/jarodpak/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/cant-insert-into-database-error/)
 * Status: not resolved