I have just installed a Gallery random block and get the following error:
Warning: Invalid argument supplied for foreach() in /home/virtual/site33/fst/var/www/html/modules/gallery/session.php on line 55
My Gallery works fine, the block works fine - i just get this annoying arror. Does anyone know a fix for this?
Posts: 573
if you have PHP 4.0.6 or greater, change $HTTP_SESSION_VARS to just $_SESSION.
fixed it for me :smile: