Postponed (maintainer needs more info)
Project:
Brilliant Gallery
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Jan 2009 at 10:57 UTC
Updated:
1 Apr 2009 at 16:12 UTC
I had a big problem installing the gallery, cuz the module didn't create the tables in mysql, so I did it manually (yes, i ran a couple of times /update.php).
Now the next issue occurs:
When I change to Manage galleries I get following error message
warning: Invalid argument supplied for foreach() in xxx/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 364.
I also tried using [bg|(album name)] but it won't show the pictures.
Comments
Comment #1
vacilando commentedThe table creation for older installations was solved in 6.x-2.2.
As for the other issues -- inability of showing [bg|albumname] is telling... make sure the settings are correct and the album folder exists. Once you get the images showing up the image management page will be error-free as well. If you continue having problems, post a link to your test page and perhaps a screenshot of your settings page.
Comment #2
greta_drupal commentedI'm getting this same error. It keeps the management page from loading beyond the heading "Select an image folder:"
Drupal 6.10 LAMP
Comment #3
Carnivora commentedpropably you created /htdocs/files/albums/
BUT THAT IS NOT CORRECT PATH
please choose the default path:
htdocs/sites/default/files/albums/
that should work fine then... :)
PS: the default path for /files is not clear to new drupal users and could create such mistakes...
kr