Active
Project:
Diaporama
Version:
6.x-2.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2011 at 17:43 UTC
Updated:
11 Jul 2011 at 06:16 UTC
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
Comment #1
bitania commentedHi 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!