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

Comments

FABDevel’s picture

I suggest the following solution: see patch

FABDevel’s picture

File fortissimmo-fix-for-image-styles-2326591-0.patch contains an error.

Added new patch fortissimmo-fix-for-image-styles-2326591-1.patch

FABDevel’s picture

updated #2

FABDevel’s picture

Issue summary: View changes

svendecabooter’s picture

Assigned: FABDevel » Unassigned
Status: Active » Fixed

committed

Status: Fixed » Closed (fixed)

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