Topic: Config XML not found
I've been using Juicebox Pro for many years and have hundreds of galleries on my website (http://www.edpeet.com/).
No changes have been made to my website in several months, but suddenly Juicebox fails with the message "Juicebox Error: Config file not found." in place of where the Juicebox gallery should be.
I've searched this forum for this error, but I'm already doing everything that is mentioned in the fixes. Besides, like I mentioned, I haven't changed anything on my website in months.
All of my galleries are one level deeper that where the gallery should display; i.e. they are all in a subdirectory "gallery".
An example of my embedded code is shown below.
One weird thing is that Edge shows the gallery on my home page, but won't show any other galleries. Chrome and Firefox don't show any galleries. My default browser is Chrome.
I believe that all the web browsers recently updated. Could they have done something to prevent them from finding config.xml? I've looked in quite a few of my "gallery" directories and they all contain config.xml.
One other thing: I used to have a login to juicebox.net, but it doesn't recognize my login anymore. I tried "resetting my password", by no email was received. Could this have something to do with the problem? I know that my free support has expired, but I'll be glad to pay for additional support.
An example of my embedded code is:
<div class=juicebox>
<!--START JUICEBOX EMBED-->
<script src="gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'gallery/',
containerId : 'juicebox-container',
galleryWidth : '900',
galleryHeight : '600',
backgroundColor: '#000000'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
</div>
Thanks for your help.
Ed