I upgrade from fast gallery 1.3 to 2.6 on drupal 6.4
I uploaded the module overwriting the existing one and executing update.php
I recevied these errors:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/xproject/public_html/linuxludus/update.php on line 174.
* warning: Invalid argument supplied for foreach() in /home/xproject/public_html/linuxludus/update.php on line 339.
When I go to my site gallery I obatins a list of errors like this:
warning: imagesx(): supplied argument is not a valid Image resource in /home/xproject/public_html/linuxludus/modules/fast_gallery/fast_gallery.cache.class.php on line 61.
Where do I set imagecache?
Comments
Comment #1
rapsli commentedI know about this array_merge but. Must be something with the return value :(
about imagecache: admin/settings/fast_gallery/advanced
Comment #2
ncy commentedcheck out 6.x-3.1-beta1 and see if that works better
Comment #3
rapsli commented