1) View rendered on Fortissimmo property: Image-styles are not available in field Fortissimmo Property: Main picture
2) View rendered on Fortissimmo property pictures: Image-styles are not available in field Fortissimmo property pictures: Pictures
In both cases is it available only default value "none" (see screenshots).
If I dump information from array $presets after line 48 (files views_handler_field_pand_picture_file.inc or views_handler_field_picture_file.inc), get I next data:
$presets: array(14) {
["none"]=>string(4) "none"
["thumbnail"]=>NULL
["medium"]=>NULL
["large"]=>NULL
["square_thumbnail"]=>NULL
["media_crop_rotate_90"]=>NULL
["media_crop_rotate_180"]=>NULL
["media_crop_rotate_270"]=>NULL
...
}
Additional information:
- OS: OS X 10.9.4 (13E28) - Darwin 13.3.0
- Database: MySQL Ver 14.14 Distrib 5.5.34
- Web Server: Apache/2.2.26 (Unix)
- PHP 5.3.28
- PHP error_reporting = E_ALL
- Drupal 7.16
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fortissimmo-fix-for-image-styles-2326591-2.patch | 1.69 KB | FABDevel |
| views_handler_field_pand_picture_file.inc_.jpg | 64.14 KB | FABDevel | |
| views_handler_field_picture_file.inc_.jpg | 61.43 KB | FABDevel |
Comments
Comment #1
FABDevel commentedI suggest the following solution: see patch
Comment #2
FABDevel commentedFile fortissimmo-fix-for-image-styles-2326591-0.patch contains an error.
Added new patch fortissimmo-fix-for-image-styles-2326591-1.patch
Comment #3
FABDevel commentedupdated #2
Comment #4
FABDevel commentedComment #6
svendecabootercommitted