On Sat, Jun 30, 2012 at 9:50 AM, Chanaka Dharmarathna <pe.chanaka.ck@gmail.com> wrote:
Hi Alex,I have set the mime type and browser transformation in above format in order to display images.> mimetype = Image_JPEG
> transformation = Image_JPEG_Inline.class.php
Images are shown without an issue.
But I'm getting following warning with the mime types Image_JPEG and Image_PNG.
Warning in ./libraries/DisplayResults.class.php#4582
strpos() expects parameter 1 to be string, object given
Should I do any other configuration in addition to reset the mime types and browser transformations as Marc mentioned ?