nitramtheugly
Forum Replies Created
-
@mattyrob Yup, that’s what I did and it worked. You can close this one out. Thanks for all the help.
Hi Matt,
The logging did nothing, but I finally had some time to dig into this a bit further and turned on WP logging.
I found something interesting. It seems as though something changed between schemas in the database table between upgrades of the plugin or wp.
WordPress database error: [Unknown column ‘time’ in ‘field list’]
INSERT INTO wp_062tey_subscribe2 (email, active, date, time, ip) VALUES (‘[email protected]’, 0, CURDATE(), CURTIME(), ‘98.165.72.205’)Looking at the db, here are the fields in the table:
id, email, active, date, ip, conf_date, conf_time, conf_ipI changed it to my account, of which the domain of the email address is same as the site.
Perhaps you have a debug version I could run to spit out a bit more information?
I’m sorry to take up so much of your time.
I went through looking at my subscribers, and my last successful subscription was on the same day I did the upgrade, so perhaps it is related.
Thanks so much for taking the time to reply. You were correct that I had it set to from post author and that the post author doesn’t necessarily have a domain address. However making the change doesn’t fix the issue, unfortunately.
The form doesn’t let you subscribe at all.