Can't 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.5To 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
The topic ‘Can't Insert into database error’ is closed to new replies.