Directory not empty. News App

Hello,

an issue for the Newsreader App.
An fix is out 5 Days ago: https://github.com/owncloud/core/pull/24899

would this work for nextcloud?

it fix this error:

Error PHP rmdir(/tmp/oc_tmp_vzvEZA-folder): Directory not empty at /var/www/vhosts/cloud-surfer.eu/httpdocs/nextcloud/lib/private/helper.php#231 2016-06-28T16:30:02+02:00 -- Error PHP rmdir(/tmp/oc_tmp_vzvEZA-folder/news): Directory not empty at /var/www/vhosts/cloud-surfer.eu/httpdocs/nextcloud/lib/private/helper.php#225 2016-06-28T16:30:02+02:00 -- Error PHP rmdir(/tmp/oc_tmp_vzvEZA-folder/news/vendor): Directory not empty at /var/www/vhosts/cloud-surfer.eu/httpdocs/nextcloud/lib/private/helper.php#225 2016-06-28T16:30:02+02:00 -- Error PHP rmdir(/tmp/oc_tmp_vzvEZA-folder/news/vendor/bin): Directory not empty at /var/www/vhosts/cloud-surfer.eu/httpdocs/nextcloud/lib/private/helper.php#225 2016-06-28T16:30:02+02:00 -- Error PHP unlink(): No such file or directory at /var/www/vhosts/cloud-surfer.eu/httpdocs/nextcloud/lib/private/helper.php#227

This is not the fix afaik and there is one in core afaik. The solution for now is to just remove the tmp directory by hand, e.g. rm -rf /tmp/oc_tmp_vzvEZA-folder/news

1 Like