Topic: using configUrl with a php file

im trying to use a php file to generate the xml but seems is not procesing it

if i delete gallery.php that is configure in configUrl i receive the error Config XML file not found


but if i put the php file with simple xml data didnt function

is posible to use a file in configUrl with other extension than xml?

Re: using configUrl with a php file

It looks like it is not currently possible to use Juicebox with a PHP configUrl.
I will log a bug report and hopefully this functionality will be available in a future version.
Thank you for reporting.

Re: using configUrl with a php file

Steven wrote:

It looks like it is not currently possible to use Juicebox with a PHP configUrl.
I will log a bug report and hopefully this functionality will be available in a future version.
Thank you for reporting.

I got this working on my side, when sending a HTML/XML header first.
  header("Content-type: application/xhtml+xml");
did do the trick on my side (juicbox lite version 1.0.2). Hope this helps!

BTW, really cool HTML5 gallery!
Ruebennase

Re: using configUrl with a php file

@rubebennase

Thank you for sharing your tip.
However, this bug has now been addressed and will be fixed in the next version of Juicebox.

Re: using configUrl with a php file

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.