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
Comment #1
Dismoth commentedI 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)
Comment #2
alexanderpas commentedPHP errors are critical
Comment #3
my evil twin commentedseems to be a php5-error. any fix in sight?
thanks.
Comment #4
my evil twin commentedok, 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.
Comment #5
rapsli commentedshould be in the latest dev version
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.