Upgraded from Drupal 4 to Drupal 5 - having trouble with gallery integration

majinserge

Joined: 2009-10-06
Posts: 1
Posted: Tue, 2009-10-06 21:51

Hi guys, I just finished upgrading my site from drupal 4.7 to Drupal 5, and I am having trouble setting up the gallery module.

My gallery my itself works fine

When I try to load the new gallery module for drupal 5, as well as try to run update.php i get the following error message:
Error in function '_gallery_init()' (gallery_base.inc:105):

* Unable to initialize embedded Gallery. You need to configure your embedded Gallery.
Error (ERROR_PLUGIN_VERSION_MISMATCH) : Embedding API version is incompatible
o in modules/core/classes/GalleryEmbed.class at line 120 (GalleryCoreApi::error)
o in /var/www/globnews/sites/all/modules/gallery/gallery_base.inc at line 101 (GalleryEmbed::init)
o in /var/www/globnews/sites/all/modules/gallery/gallery_base.inc at line 332
o in /var/www/globnews/sites/all/modules/gallery/gallery.module at line 446
o in ??? at line 0
o in /var/www/globnews/includes/module.inc at line 406
o in /var/www/globnews/includes/common.inc at line 317
o in /var/www/globnews/includes/form.inc at line 507
o in /var/www/globnews/includes/form.inc at line 260
o in /var/www/globnews/includes/form.inc at line 80
o in ??? at line 0
o in /var/www/globnews/includes/menu.inc at line 418
o in /var/www/globnews/index.php at line 15

after I run Drupal's update.php the error message disappears
But I still get the following error message when I try to configure the drupal module - Gallery Init: Everything seemed OK, but the Gallery could still not be initialised. Perhaps a manually entered value is incorrect. [Error]

Any ideas on how to fix this?
I am using the latest gallery module from drupal, and my version of Gallery2 is 2.1.2

Maybe I should upgrade my gallery in itself, but what versions of Gallery2 work with the latest drupal module?

Thanks in advance