Hello,

When i'm running cron i get this message: warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/thespider/domains/dutchspiders.nl/public_html/sites/all/modules/fast_gallery/fast_gallery.inc on line 219.

Drupal display the message about 20 times.

I used the dev version and the other version.

Comments

Dismoth’s picture

I have the same problem with two different shared hoster with all version (incl. 6.x-1.2alpha2). Local on a Windows XP system to work well. (xampp)

alexanderpas’s picture

Priority: Normal » Critical

PHP errors are critical

my evil twin’s picture

seems to be a php5-error. any fix in sight?

thanks.

my evil twin’s picture

ok, i have it working now.

line 219 should read:
$files["$path"] = array_merge((array)$files["$path"], (array)glob("$path*.$ext"));

it's a php5-issue.

rapsli’s picture

Status: Active » Fixed

should be in the latest dev version

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.