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
I used the plugin downloaded from wordpress.com (version 2.3.6), installed by uploading the .zip.
Deletion occurs when I initiate an export. The generated .zip doesn't contain any media. The temporary directory created by the plugin contains a symlink to uploads (the tmp directory is not removed by the plugin either). I think the files are removed during cleanup(), because the delete operation follows the symlink.
Describe the bug
The plugin just deleted all contents of the wp-content/uploads directory...
Steps to reproduce the behavior
I'm using WordPress as packaged in Debian Bullseye. I suspect symlinks are part of the problem, here are the relevant ones:
/var/www/myblog -> /usr/share/wordpress
/usr/share/wordpress/wp-content/uploads -> /var/lib/wordpress/wp-content/uploads
I used the plugin downloaded from wordpress.com (version 2.3.6), installed by uploading the .zip.
Deletion occurs when I initiate an export. The generated .zip doesn't contain any media. The temporary directory created by the plugin contains a symlink to
uploads
(the tmp directory is not removed by the plugin either). I think the files are removed duringcleanup()
, because the delete operation follows the symlink.Expected behavior
The plugin doesn't delete files.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: