I am using the following code to display auto-generated thumbnail images:
{products-image}{path}_thumb/{filename}.{extension}{/products-image}It is generating the following PHP errors:
A PHP Error was encountered
Severity: Warning
Message: array_merge() [function.array-merge]: Argument #1 is not an array
Filename: libraries/Functions.php
Line Number: 2585
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
Any help is appreciated.