Closed (fixed)
Project:
Drupal core
Version:
7.4
Component:
image system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 14:40 UTC
Updated:
18 Jun 2012 at 08:31 UTC
Hi,
i have different drupal 7.4 versions running and the problem is thats in no one of them thumbnails/medium pictures for any images i upload via the field image will generated.
the dir sites/default/files/styles/thumbnail/public/ is still empty and no new dir is generated.
the styles folder and the sub dirs have the attribute 750 ..what correct is i mean.
Comments
Comment #1
BarisW commentedAnd what about normal files (attachments)? Did you try uploading a pdf? Did you check your Watchdog? Any error messages?
Maybe your PHP max_upload_size is the problem or your PHP memory_limit. Check /admin/reports/status/php to see these values.
Comment #2
mdupontPermissions set to 750 are correct only if the user and the group are correct. 750 means read + write in the folder for the user, read in the folder for the group, and no access at all for the others. For example with Apache + mod_php it would mean that the folder has to belong to user "apache" or "www-data" or whatever the Apache user is set to.
Comment #3
eule commentedHello,
first thanks for your replay. i have shared hosting yes (df.eu)
server = Apache/2.2.16
PHP = 5.3.6
PHP memory_limit = 128mb
PHP-Upload-Limit = Limit: 2 MB
Turning effects and desaturate the GD graphics library = bundled (2.0.34 compatible)
the pictures are not bigger then 2 mbs, mostly 200 - 300k
the setup for the field.
Allowed file extensions = png, gif, jpg, jpeg
Preview: thumbnail
File directory = upload/image/[current-user:name] - this dir is generated and all pictures are uploaded fine in this place
using file source = remote and automcoplete on
this image field shows
standart = original picture
teaser = image style > thumbnail - this style will not generated,
sites/default/files/styles/thumbnail/public/ - no new dir like ../public/upload/image/[current-user:name] and files
Permissions for all directorys since styles/ are 710 and files 740 like sites/default/files/styles/large/modules/image/sample.png
tmp in root aviable; permissions 750
it was ever working the only thing i remeber is that i have override the standart values from the thumbnail style and after i have it reseted. since this, any imgstyle is not working
Comment #4
cweagansSupport requests are never critical or major.
Comment #5
dddave commentedSetting this old and stale issue to fixed. If the problem persists with the latest version of Drupal 7 feel free to re-activate.