After upgrading to Drupal 5.6 my image galleries come up empty at the lowest level. I can see thumbnails at the gallery root, can drill down into individual galleries and see sub-gallery thumbnails (and even view images of these Gallery Lists with Lightbox2).

But when I drill down to the actual gallery where all of the images should display, the page is empty.

I have not encountered this problem in upgrading from previous versions. I also upgraded the image module to Image 5.x-2.x-dev (2008-Jan-10).

Help in sorting this out is appreciated ...

Bob

Comments

john bickar’s picture

Did you run update.php? I've run into this problem sometimes when I forget to do that after upgrading the Image module.

solimeno’s picture

Yes, I ran update.php right after doing the drupal and then the module upgrades. The update status module reports that everything is up to date:

Drupal 5.6
Configuration file Protected
Cron maintenance tasks Last run 8 hours 38 min ago
You can run cron manually.
Database schema Up to date
Drupal core update status Up to date
File system Writable (public download method)
JQuery Update Installed correctly
The current installed version of JQuery is 1.1.2
Module update status Up to date
MySQL database 5.0.32
PHP 4.4.4-8+etch4
Unicode library PHP Mbstring Extension
Web server Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/4.4.4-8+etch4 mod_perl/2.0.2 Perl/v5.8.8

... but the problem still persists.

solimeno’s picture

See this thread: http://drupal.org/node/208776

After reading the above thread, I decided to "downgrade" my image module installation on my drupal site to this version: image-5.x-1.6

... and everything is back to working as it did before. The update status recommendation to upgrade to Recommended version: 5.x-2.x-dev (2008-Jan-10) seems to have been the cause of my problem.

Perhaps it is best not to upgrade to a dev version on a production system even though it is "recommended."

In the end it is my fault ... lesson learned.