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

BarisW’s picture

And 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.

mdupont’s picture

Priority: Major » Normal

Permissions 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.

eule’s picture

Priority: Normal » Major

Hello,

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

cweagans’s picture

Priority: Major » Normal

Support requests are never critical or major.

dddave’s picture

Status: Active » Fixed

Setting this old and stale issue to fixed. If the problem persists with the latest version of Drupal 7 feel free to re-activate.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.