[support] Images and Galleries

Greg Knaddison - GVS Greg at GrowingVentureSolutions.com
Tue Aug 22 14:55:28 UTC 2006


On 8/22/06, Kobus Myburgh <itbjdm at puknet.puk.ac.za> wrote:
> I have created a vocabulary IMAGES and under that have a few terms, and
> associated it with content type "image". I upload a picture with the
> image module, and assign it to a term under the IMAGE vocabulary. When I
> go to mysite.com/image, it keeps telling me "There are 0 images in this
> gallery" even though everything is perfectly set up as far as I can
> tell.
>

Did you have image module installed, then remove the module and delete
the vocabulary, then reinstall it?

I did that once with forums and the process under the hood was something like:

1. Install - module creates a vocabulary and creates variable to
associate the forum with a specific vocabulary
2. Uninstall the module and manually delete the vocabulary - variable
is still present with a pointer to a vocabulary ID that no longer
exists
3. Re-install - module tries to associate itself with a deleted
vocabulary - weirdness ensues.

The solution in my case was to edit the field in the variable table in
mysql so that it pointed to the new vocabulary ID that had been
created.  Perhaps a similar thing has happened to you.

Another possibility, if you are using Gallery Remote and Image
Publishing, module is that you are being bitten by this bug:
http://drupal.org/node/67421 but it doesn't seem like that is your
mode of uploading.

Regards,
Greg

-- 
Greg Knaddison | Growing Venture Solutions
Denver, CO | http://growingventuresolutions.com
Technology Solutions for Communities, Individuals, and Small Businesses


More information about the support mailing list