Trying to activate the efficient module, I get the following text without anything else:
Array ( [name] => featured_block_1 [weight] => 0 [data] => Array ( [function] => resize [width] => 520 [height] => 262 ) ) Array ( [name] => featured_block_2 [weight] => 0 [data] => Array ( [function] => resize [width] => 220 [height] => 78 ) ) Array ( [name] => featured_block_3 [weight] => 0 [data] => Array ( [function] => resize [width] => 220 [height] => 78 ) ) Array ( [name] => featured_block_4 [weight] => 0 [data] => Array ( [function] => resize [width] => 78 [height] => 78 ) ) Array ( [name] => featured_block_5 [weight] => 0 [data] => Array ( [function] => resize [width] => 78 [height] => 78 ) )
I'm running latest version from imagecache and imagefield modules. Watchdog reported the following error:
Cannot modify header information - headers already sent by (output started at /home/username/public_html/sites/all/modules/efficient/efficient.install:58) en la línea 314 del archivo /home/username/public_html/includes/common.inc.
I guess I can easily solve this by manually adding the imagecache settings, but any help to avoid this would be greatly appreciated.