Some time after creating a subtheme the banner image files have been deleted from the "banners" directory (note: the thumbnail image files still exist).
I can't seem to connect this to an action. Initially, the default images were deleted. I added some new images, and over the course of some time they were deleted as well. Perhaps it's related to a cron job? It doesn't seem to be related to adding or deleting images through the provided interface. I can't seem to find anyone else that has this problem.
The only modules I have installed are IMCE and CKEditor.
This is in multi-site configuration.
The directories "files" and "banner" are user and group owned by the webserver (www-data) and have 775 permissions.
Comments
Comment #1
ishadakota commentedComment #2
Lioz commentedHi Isha, I noticed this bug too (if you disable cron the images won't disappear), probably we will fix it in the next release.
Comment #3
mavimo commentedComment #4
sacchini commentedI found that image deletion has occured by clicking on banner image, even by anonymous user.
Deleting URL in every banner image in theme configuration has solved the issue (it was set to FRONT by default.
HTH
Comment #5
dailypress commentedyes, I had the same issue. I just uploaded the images again.
Comment #6
Sixtus78 commentedDeleting URL in every banner image in theme configuration has not solved the issue on my system. Uploaded several times by now. Only thumbnails remain in the folder.
Comment #7
vittala commentedI am also having this issue. The banners are there then over night they get deleted. I am assuming it's do to the cron job. Is there a a way to fix this other than turning off the cron job?
Thanks.
Comment #8
BigBirdy commentedGlad it was not just me. Found this out as well this morning and had to re-upload the images
Comment #9
sosiopanete commentedI have this problem too
Comment #10
bavarian commentedsubscribing
Comment #11
mavimo commentedOpen file theme-settings.php on line 435 and add:
to have:
Please let me know if this patch solve the problem.
Comment #12
sosiopanete commentedIt seems to work for me. But I insert only the code:
$file->status = FILE_STATUS_PERMANENT;
If I write <? php and ?> gives error when trying to access the theme settings.
I keep trying. Thanks.
Comment #13
mavimo commented@sosiopanete: tht's correct,
tags must NOT add into file ;)Comment #14
drupjab commentedsubscribing.
Comment #15
Lioz commentedHI folks, do you confirm that this bug is fixed in 3x-beta5?
Comment #16
mheinke commentedthis seems to be working... i havn't found a problem with it yet.
Comment #17
mavimo commented