I managed to embed my gallery properly (success in my gallery settings and unless search runs nicely)
http://mydomain/search/gallery/searchstring gives the message 'Unable to initialize embedded Gallery. You need to configure your embedded Gallery'
here what I found in the log File
# in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 1001 (GalleryCoreApi::error)
# in modules/core/classes/GalleryStorage.class at line 505 (GalleryStorageExtras::addMapEntry)
# in modules/core/classes/GalleryCoreApi.class at line 2841 (GalleryStorage::addMapEntry)
# in modules/core/classes/GalleryEmbed.class at line 846 (GalleryCoreApi::addMapEntry)
# in /var/www/feuerwehr/sites/all/modules/gallery/gallery_base.inc at line 89 (GalleryEmbed::addExternalIdMapEntry)
# in /var/www/feuerwehr/sites/all/modules/gallery/gallery_block.inc at line 42
# in /var/www/feuerwehr/sites/all/modules/gallery/gallery.module at line 197
# in ??? at line 0
# in /var/www/feuerwehr/includes/module.inc at line 386
# in /var/www/feuerwehr/modules/block/block.module at line 689
# in /var/www/feuerwehr/includes/theme.inc at line 1018
# in ??? at line 0
# in /var/www/feuerwehr/includes/theme.inc at line 170
# in /var/www/feuerwehr/themes/engines/phptemplate/phptemplate.engine at line 170
# in ??? at line 0
# in /var/www/feuerwehr/includes/theme.inc at line 170
# in /var/www/feuerwehr/index.php at line 33
I installed both drupal and gallery in the root directory of my site
Comments
Comment #1
profix898 commentedI'm quite busy working on the new 5.x-2.x series of gallery module, so I wont have time to debug this problem in the next few days. If this is not (yet) a production site I would ask you to try the new module instead (http://drupal.org/node/179739). It will shortly supersede the old module anyway.
Comment #2
tiger_h commentedFortunately I solved the problem. There was a name confilic in my htaccess, because I replace the 'v' in the url with 'gallery'.