Hi,
I’m using the Image Sizer plugin within conditional variables like this:
{if image1}
{exp:imgsizer:size image="{image1}" width="404" height="276" alt="{image1-alt}" {if image1-title}title="{image1-title}"{/if} class="image" }
{/if}
{if image2}
{exp:imgsizer:size image="{image2}" width="404" height="276" alt="{image2-alt}" {if image2-title}title="{image2-title}"{/if} class="image" }
{/if}
...but if there is no ‘image2’ I get this error within the page when viewing the website:
Notice: Undefined index: path in /home/nas05l/p/mysite.com/user/htdocs/sitebox/plugins/pi.imgsizer.php on line 116
Notice: getimagesize() [function.getimagesize]: Read error! in /home/nas05l/p/mysite.com/user/htdocs/sitebox/plugins/pi.imgsizer.php on line 151
Does anyone have any ideas what’s happening here and how I can fix it?
Many thanks,
Andy
