You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Hi,
Because this is the standard way of interacting with file system (https://codex.wordpress.org/Filesystem_API) - your error is a bit unusual, I have never seen it before. Which WordPress version are you using? Is it managed version?
Cheers,
WordPress 5.0.3 (the latest at the moment)
PHP-FPM 7.1
Apache 2.4
I rewrote all used filesystem functions to direct functions. Like $wp_filesystem->delete( $file_temp_full_name ) to unlink( $file_temp_full_name ) and it works, but It drops me from any plugin updates.
Finding a better solution would be great.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every time a I publish or update the post I get the following error:
The text was updated successfully, but these errors were encountered: