There's an incompatibility between image_attach and Views:

Strict warning: Declaration of image_attach_views_handler_field_attached_images::pre_render() should be compatible with views_handler_field::pre_render($values) in views_include_handler() (line 76 of sites/all/modules/contrib/views/includes/handlers.inc).

I suspect this might be an issue due to changes in PHP 5.3's OOP system.

Comments

damienmckenna’s picture