Errors in your current Gallery2 location settings:
* Array: Everything seemed OK, but the Gallery could still not be initialised. Perhaps a manually entered value is incorrect.
The above Error is presented to me during configuration of the Drupal Gallery Modul. I'm pretty sure I use the correct values with regards to the URL and filesystem path to my Gallery2 installation. Any thoughts??
Comments
Comment #1
blure007 commentedHaving the same error with Drupal 6, Gallery 2.2.2.
Comment #2
lvthunder commentedI think you need to use the SVN version of G2 with Drupal 6. To get the SVN version of G2 2.3 go to the downloads page and look for "Latest experimental code (updated nightly):"
Comment #3
profix898 commentedlvthunder is right, the D6 development version only works with the latest G2 code, i.e. G2.3 svn. This fact is stated in the release notes and on the project page. However, I just committed a patch that forces the module to always issue a warning if an incompatible G2 version is installed.
P.S. If you dont have a SVN client to fetch the code from repository directly you can get a nightly build at http://www.rabinovich.org/G2/ (.tar.gz or zip).
Comment #4
markus311 commentedI've installed D6 and the nightly-build version G2 2.3 from 20.02.2008 (http://www.rabinovich.org/G2/)
but I got the same error message
*Everything seemed OK, but the Gallery could still not be initialised. Perhaps a manually entered value is incorrect.
Additional on the top appears an other message: "Embedding API version is incompatible."
The G2 installation went fine through all steps. I signed in, add modules and logged out ... fine, but the integration in D6 (Gallery Settings) does not work.
Comment #5
trav75 commentedI am having the exact same problem. I have the latest version of Gallery2, and it installed fine. I tested it and it works fine. But I get the incompatible embedding message in Drupal 6 so I am unable to integrate it.
Comment #6
trav75 commentedoops, double post
Comment #7
ckwong commentedI've installed D6 and the nightly-build version G2 2.3 SVN, but find
Additional on the top appears an other message: "Embedding API version is incompatible."
and can't integrate it.
I download nightly build at http://www.rabinovich.org/G2/ (.tar.gz or zip) and installed.
Comment #8
profix898 commentedI cant reproduce. Anyone, can you please open /gallery2/modules/core/classes/GalleryEmbed.class in your text editor and search for "getApiVersion()"? It should look like this (return 1,4):
Is that the case in your downloaded version?
Comment #9
Cerulean commentedEmbedding API version is incompatible. Downloaded gallery-nightly.zip on feb 23.
return array(1, 2);
I tried changing the 2 to a 4 hoping that'd work. Nope.
Comment #10
profix898 commentedI usually do svn update instead of downloading the archive. But I just grabbed the gallery-nightly.zip of Feb24. It returns 1,4 and works as expected. I really wonder whats going on here ...
Comment #11
Cerulean commentedI uninstalled, cleared g2_ from database, and tried the svn instead of the gallery-nightly.zip. No error.
Now if I could just figure out how to get the ISAPI url rewrite to work with IIS 5.x...
Comment #12
rogparan commentedi have same problem using D6 & gallery 2 2.4 and solve with 2-2.3svn. Follow another link about - Embedding API version is incompatible - http://gallery.menalto.com/node/74882
Comment #13
profix898 commentedSorry for confusion, but there does not seem to be a bug anymore. Setting back to fixed.
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #15
LM23 commentedTHANK YOU!!!!!
:)