Topic: Config XML file not found
Hi @everyone,
I'm trying to embed a gallery "test" created in Lightroom 5 in my Joomla 2.5 Page using this code:
<!--START JUICEBOX EMBED-->
<script type="text/javascript" src="/images/Kundenfotos/test/jbcore/juicebox.js"></script>
<script type="text/javascript">// <![CDATA[
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,0)"
});
// ]]></script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
When I open th site with the embeded Code I get the frame of the gallery with the error message "Config XML file not found". I also tried to use the absolute path instead (http://mydomain/xyz/images/Kundenfotos...), but had no luck.
After trying different things like deleting the "/" in front of "images" now i'm not even getting the gallery frame anymore, just a blank space. I would really appreciate if anybody could look at this and perhaps can give me any important hints.
Thx.