When you combine the latest juicebox plugin - version 1.4.3.0 - with the latest nextgen gallery - version 2.0.74 - the juicebox plugin cannot find the xml config file. However if I revert back to version 1.2.0 of the juicebox plugin (with the same nextgen version) everything works fine. Why is this?
When I step through the code I get an error in the config.php file on this line:
$image_url = $Juicebox->encode_url($base_url . $image_basename);
The error say "encode_url" function does not exist. The $Juicebox variable is set to global scope so either 1) config.php is not seeing this instance of Juicebox class or more likely 2) the encode_url function does not exist in that class. I think #2 is correct because I cannot find that function in that class.
I have not tried the newest Juicebox wordpress plugin by itself, so it might work like that, nor have I tried it with any other gallery type like picasa. Given the popluarlity of nextgen I hope this is fixed soon so I can use the latest Juicebox.