1. Description of Error:
I am encountering multiple PHP warnings on my WordPress site that appear to be related to missing plugin files. The warnings are generated by the file_get_contents() function in wp-includes/functions.php on line 6893, and they indicate that WordPress is trying to access plugin files that do not exist in their expected directories.
Sample of warnings in attachment
Request:
Could you please investigate this issue? I suspect either a failed update, incomplete migration, or server-level problem (such as corrupted file permissions or deleted plugin files). Guidance on how to resolve or safely reinstall the affected plugins would be appreciated.
_______________________________________________________________
2. Description of Issue:
When attempting to publish or update a post/blog on my WordPress site, I encounter the following error:
Updating failed. The response is not a valid JSON response.
– This issue occurs inconsistently but often when saving or updating posts/pages.
– It prevents the post from being published or updated successfully.
– I have tested this with different browsers and posts, and the problem persists.
Request:
Could you help identify the root cause of this JSON response error and recommend steps to resolve it? If it’s related to the REST API or a plugin conflict, I’d appreciate help diagnosing which plugin(s) may be interfering.