This question may be related to a resolved thread.
I’m using the code below and the image outputs just fine, but this error is thrown at the top of the page.
I’m simply trying to output an image similar to the way I have below and dynamically pull the image width and height. If there’s another way to do this, please let me know!
Code:
{portfolio-image}
{path}_small/{filename}.{extension}
{/portfolio-image}
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: 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: 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 /home/adamculp/public_html/ee/system/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405