I have created some Image styles that can be used for resizing or adjusting images on display and apply them for my imagefield but images doesn't display. Here is html code for images output:

<img typeof="foaf:Image" src="http://localhost:8000/sites/default/files/styles/publication_node_440x291_/public/6775421-beautiful-images_0.jpg?itok=YJsVwDT_" width="400" height="300" alt="">

I checked sites/default/files/styles/publication_node_440x291_/public and there is no any images there. I set permission 666 recursively for all directories in files so it's not permission problem.

Could you give me some ideas what can be the problem ?

Comments

blairski’s picture

Did you clear all the caches after setting the permissions? Are there any errors in watchdog?

vrazbros’s picture

I cleared all caches. Watchdog doesn't show any errors relating to this problem.