Hi Guys,
First of all thanks in advance for your help, and congrats for those of you working on this magnificent piece of online software.
I'm building a photography website for someone, and am trying to display a slideshow of each album automatically (do not want or need thumbs).
I added this code in the body of my album.php
`
<?php
$albumobj = $_zp_current_album;
$imageobj = $_zp_current_image;
printSlideShow(true,false,$albumobj, "", 600,400);
?>
`
The result is the two first images of the album, in a row, with an error message saying :
[b]Warning: Invalid argument supplied for foreach() in /homez.56/instantdg/www/zenphoto/zp-core/template-functions.php on line 1012[/b]
Any idea on what it could be ? Again thanks a lot for your help.