'wp_posts.post_excerpt' cannot be null
-
In order to make the plugin work for me, I had to temporarily change the structure of ‘wp_posts’ table such that ‘post_excerpt’ would ALLOW NULL.
Before that, imports would throw many errors complaining of a null entry trying to be inserted. Result was import would complete successfully, but upon closer review, most if not all images were not imported and this error message (in debug mode) was oft-repeated.
Setting ‘wp_posts.post_excerpt’ to allow nulls for the duration of the import resolved the issue. After import, ‘wp_posts.post_excerpt’ was set back to not allow nulls.
Perhaps this issue is specific to the Blogger data I was importing, so please disregard if it was content specific.
- The topic ‘'wp_posts.post_excerpt' cannot be null’ is closed to new replies.