Hi
I've had success installing on my site. However, I'm experiencing a problem when trying to post a comment to a photo. When I hit submit, the data is posted, but the page is returning blank.
Thanks in advance for any advice.
Here's an example of what's happening:
http://www.mcclure411.com/photogallery_zp/test-gallery/06jetta_1.jpg click on link and post a comment...the page returns blank.
Comments
You probably have something like this in your index.php...
`/* Start Wordpress */
define('WP_USE_THEMES', false);
require($_SERVER["DOCUMENT_ROOT"].'/blog/wp-blog-header.php');
/* Start zenphoto */
require_once("zen/template-functions.php");
$themepath = 'themes';`
Swap them around, i.e. start ZenPhoto first then WordPress.. This worked for me, I was having issues with the image page always displaying a comment error due to some conflict with the $error variable.
This was resolved by replacing all instances of $error in the zen source with $zenerror.
Works perfectly now.
(Blank pages are an indication of an error in a script. You should review your CGI logs to see what the error was.)
Fatal error: Call to undefined function fetchComments() in /home/dragonbo/public_html/album/zp-core/functions.php on line 971
http://album.dragonbond.com is my site... can someone help? I'm not php literate..