- πͺπΈSpain budalokko Girona
Permission issues. Are you running cron via drush?
The user running cron does not have write permissions to files directory, and it should.
There are errors on cron run:
Could not delete temporary file "public://o_1br49a88qpdvnrrlfnejn1fe9a.tmp" during garbage collection
I've found comments in code of FileWidget.php and ImageWidget.php:
// This files are RAW files, they are not registered
// anywhere, so won't get deleted on CRON runs :(
Closed: works as designed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Permission issues. Are you running cron via drush?
The user running cron does not have write permissions to files directory, and it should.