Topic: config XML file missing

I am having the same problem as Dave The Drummer at 2012-05-17, using juicebox as skin with JAlbum.
I noticed you guys asked him to send the zipped contents of his album directory and I do hope you find a solution!

The index.html file says:
new juicebox({
backgroundColor : "rgba(34, 34, 34, 1.0)",
baseUrl : galleryPath,
configUrl : "config.xml",
containerId : "inner",
themeUrl : "res/juicebox/jbcore/classic/theme.css"

The gallery file says:
new juicebox({
backgroundColor : "rgba(34, 34, 34, 1.0)",
configUrl : "config.xml",
containerId : "juicebox-container",
themeUrl : "res/juicebox/jbcore/classic/theme.css"

The index.html file, the gallery.html file and the config.xml file are in the same directory: the album directory created bij JAlbum.
When I use the juicebox builder-PRO, I have no problems at all.
I compared the contents of the
Please, help me!

Re: config XML file missing

Please post the URL to your album created by jAlbum and the Juicebox skin so that I can take a look.

Re: config XML file missing

Thanks for this very quick reply!

The error reported occurs only by testing the new generated album local, on my desktop, using IE9.
I found this out after uploading the album to the server so you could inspect the album.

After uploading to te server I did not see the error again!
The URL: http://www.imagixs.net/jalbum/index3albums.html
Please: what shell I do to test te new generated album local?
Greeting!
Chris

Re: config XML file missing

Make sure that the checkbox labelled 'Suppress Internet Explorer warnings' is not selected (on jAlbum's 'Advanced -> Metadata' settings tab).
The resulting album will then be able to be previewed locally in IE9 as well as in Firefox and Safari (though not in Chrome or Opera due to a security restriction preventing these browsers from loading local XML files).

Re: config XML file missing

it's all working in good order! Thanks!