dickysolo Posted February 5, 2009 Share Posted February 5, 2009 I use a contribution called multi "images extra 1.02" to add more than one image for products. Its working fine except whn i add only the main image. If i add extra images, its working fine else if i add only the first original image it shows the following error while clicking the insert button. m not able to figure it out. Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/****/public_html/beta/admin/categories.php on line 265 Warning: Cannot modify header information - headers already sent by (output started at /home/****/public_html/beta/admin/categories.php:265) in /home/****/public_html/beta/admin/includes/functions/general.php on line 22 Thanks in advance Link to comment Share on other sites More sharing options...
FIMBLE Posted February 5, 2009 Share Posted February 5, 2009 You can just add a @ to the beginning of the line in the warning to silence it. Its just a warning and not a fatal error NIc Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
dickysolo Posted February 5, 2009 Author Share Posted February 5, 2009 You can just add a @ to the beginning of the line in the warning to silence it.Its just a warning and not a fatal error NIc thanks Nic, let me try that Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.