ZenphotoCMS Forum
Submitting Comment returns blank page - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Submitting Comment returns blank page (/thread-126.html)



Submitting Comment returns blank page - mcclure411 - 2005-10-26

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.




Submitting Comment returns blank page - iross - 2006-07-31

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.




Submitting Comment returns blank page - mcclure411 - 2008-04-13

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?




Submitting Comment returns blank page - edbury - 2008-11-06

I'm having this problem as well. Using the latest zp.




Submitting Comment returns blank page - commonplace - 2009-02-16

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!




Submitting Comment returns blank page - sbillard - 2009-02-16

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.)




Submitting Comment returns blank page - lisadragon - 2009-03-06

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..




Submitting Comment returns blank page - acrylian - 2009-03-06

As sbillard already said please install the nightly build.