Hi there,
I think I have some more details about the error message.
It says this is the problem area:
wp-content/plugins/auto-post-thumbnail/auto-post-thumbnail.php on line 324
The problem function:
function.file-put-contents
Full error message:
Warning: file_put_contents(…) [function.file-put-contents]: failed to open stream: File too large in (../wp-content/plugins/auto-post-thumbnail/auto-post-thumbnail.php on line 324)
Hope this helps. I would really appreciate some ideas on how to resolve this.
Thanks.
Hi there,
@nutesla
Thank you for asking this question. This has been driving me nuts also.
@olegdudkin
Thank you for taking the time to answer. This has saved me a ton of time.
I am using the “Delete Duplicate Posts” plugin and had three places in the query to update. I updated with this version of the updates above:
WHERE (
(
post_status = ‘published’
)
OR (
post_status = ‘publish’
)
) AND post_type = ‘post’
)
Thanks again!