Hello
When I get into Diaporama creation I've got this:
warning: Parameter 1 to theme_diaporama_form_gallery() expected to be a reference, value given in C:\Program Files (x86)\wamp\www\pizzeria3\includes\theme.inc on line 656.
After saving my first diaporama I got :
/178 creation failed
/179 creation failed
your xml has no images...
No display...

Comments

bitania’s picture

Hi artatum!

I think I've solved the issue, which I haven't tested intensively. But you can try correcting this error by going to your diaporama module uploaded under your site and open the file diaporama.module and change the code function theme_diaporama_form_gallery(&$form) with function theme_diaporama_form_gallery($form). remove the & from the code.

Hope this helps!