I created a dynamic album in Zenphoto, but when I try to view the album I get the following error:
`Catchable fatal error: Object of class SearchEngine could not be converted to string in /home/xxxxx/public_html/wp-includes/classes.php on line 273`
Has anyone experienced this? Could it be that Zenphoto and Wordpress each have a function with the same name?
Thanks!
Comments
http://tech.einaregilsson.com/2007/08/06/integrating-zenphoto-into-wordpress/
I think this is the same method Zenphoto uses, right?
`
<?php require('../wp-blog-header.php'); ?>
<?php get_header(); ?>
<?php zenJavascript(); ?>
/css/zen.css" type="text/css" />
Normal Zenphoto stuff here
<?php get_footer(); ?>
`
The problem with not using the most recent thumb as album thumb remains. It will always show a random thumb as album thumb.