[Plugin: Now Reading Reloaded] Cannot add new books because of db error
-
Using latest version of plugin with WP 2.8.2 on IIS7, but it happened when on 2.7.1, too. Activates fine, search for book fine. When I add the book (via Use this result) I get a sql error:
WordPress database error Field ‘b_review’ doesn’t have a default value for query
I have manually tried to change the parameters of the field but I can’t reconfigure it to have a default. So I deactivated it and reactivated it again…this time I got duplicate key errors, but the activation was successful. Still not go adding a book.
So I deleted the plugin and manually removed the tables from the database. I downloaded the plugin again, activated it (no errors). Still same error adding a book.
This is the full error returned:
INSERT INTO wp_now_reading
(b_author, b_title, b_image, b_asin, b_added, b_status, b_nice_title, b_nice_author, b_reader)
VALUES(‘Daniel J. Levitin’, ‘This Is Your Brain on Music: The Science of a Human Obsession’, ‘https://ecx.images-amazon.com/images/I/51RBMD235NL._SL160_.jpg’, ‘0525949690’, ‘2009-07-29 17:05:56’, ‘unread’, ‘this-is-your-brain-on-music-the-science-of-a-human-obsession’, ‘daniel-j-levitin’, ‘3’)
made by add_book, update_bookScott
- The topic ‘[Plugin: Now Reading Reloaded] Cannot add new books because of db error’ is closed to new replies.