Page 1 of 1

Banner Problem

PostPosted: Sat Mar 24, 2007 7:04 am
Author: Xanadu
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/xanaduwo/public_html/forum/IM141/admin/admin_banner.php on line 366

Hi,

First let me say I love this progam. <img>

I'm new here and I need a little help. I managed to get everything installed but I have encountered one problem with the Banner Program. The message above is what I recieve when I try to edit the banners.

Can anyone tell me what I missed? I have searched the knowledge base, the forums and the internet but I could not find a refrence to this exact problem.

If someone could point me in the right direction that would be great.

Thank you

xanadu

Re: Banner Problem

PostPosted: Sat Mar 24, 2007 7:19 am
Author: .QUACK.Major.Pain
I don't know anything about the coding, but I opened my file and search for array_merge, and it's only used once in that file.

$forum_rows = array_merge($forum_rows,$db->sql_fetchrowset($result));

It says argument #2 so I would think it would be something with $db->sql_fetchrowset($result)

From here I'm lost LOL