Please view the error here, second index page using pagination:
http://www.blueskywebcreations.com/zenphoto/
Default install, activated zenpage, uploaded albums via ftp, created 3 news articles, activated zenpage-default theme, added the following to sidebar.php in zenpage-dafault:
`
<?php if(function_exists("printLatestNews")) { ?>
<?php echo gettext("Latest News"); ?>
<?php printLatestNews( 4,'none','',true,true,150,true ); ?>
<?php } ?>
`