Member
Member
mcclure411   2005-10-26, 03:09
#1

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.

Member
Member
iross   2006-07-31, 12:47
#2

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.

Member
Member
mcclure411   2008-04-13, 04:00
#3

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?

Member
Member
edbury   2008-11-06, 21:27
#4

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

Member
Member
commonplace   2009-02-16, 22:10
#5

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!

Member
Member
sbillard   2009-02-16, 22:21
#6

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

Junior Member
Junior Member
lisadragon   2009-03-06, 16:18
#7

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

Administrator
Administrator
acrylian   2009-03-06, 16:29
#8

As sbillard already said please install the nightly build.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.