Submitting Comment returns blank page

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

  • iross Member
    I was having this problem as well ...

    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.
  • iross - that didn't work. Swapping those two around only created an error and the site didn't function. Does anyone else have a problem with getting a blank page when adding a comment?
  • I'm having this problem as well. Using the latest zp.
  • Just did a clean install and this is one issue I've run into (that, and one issue with watermarking). Has anyone found a fix for this? Talk about a deal-breaker!
  • Same answer as the watermarks. Install the nightly build.

    (Blank pages are an indication of an error in a script. You should review your CGI logs to see what the error was.)
  • got this error =(

    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..
  • acrylian Administrator, Developer
    As sbillard already said please install the nightly build.
Sign In or Register to comment.