Hmmm, turning off e-mail notification doesn't make existing comments re-appear, does it ? At least those posted before the upgrade. The test comment you had made did re-appear.
and i have an error when i try to post a comment : Fatal error: Call to undefined function: fetchcomments() in /homepages/....../zenphoto/zp-core/functions.php on line 971
That bug should actually not be there anymore. We actually did fix this I thought as I did encounter it a while back, too. Maybe it was already in 1.2.2 I don't know. We wil check if it has returned.
Can you guys please please please please push a new official release with the update? This is as urgent as a bug could get, and some of us don't want to install a nightly build.
I really don't mean to make this sound nasty at all. I love zenPhoto...but this is real important. --Michael
Same here, just installed zen this morning and tried to post comment and get the same errors as above and the comments are in the database with the _images instead of images.
This is fixed in the nightly build. If having a fix to this problem is indeed urgent, then install the nightly build. If it is not so urgent, then wait until we decide to make a new release. It won't be right away, thought.
Any update on this? I'm getting the same error on adding a comment in 1.2.3: "Fatal error: Call to undefined function fetchComments() in /home/bearinle/public_html/simmetry/Zen/zp-core/functions.php on line 971."
I've got a large group of folks tasked with filling in names and places for genealogical photos in my installation, using the comments function, so this is a big problem for me at the moment.
If it's definitely been resolved in the nightly builds, I'll give one a try, but previous post indicates it has not?
I had seen this topic, but while I was quickly reading it I thought is was only about comments no longer showing after the update. Now I see I have the same problem as mentioned by felipe25, as I also posted http://www.zenphoto.org/support/topic.php?id=4935 here yesterday.
When trying to post a comment I get the message:
Fatal error: Call to undefined function: getalbumname() in /home/linkylog/domains/lauravink.nl/public_html/gallery/zp-core/functions.php on line 1041
I updated Zenphoto to 1.2.3 yesterday, but I have been struggeling with the comments since then, I get an error message. Because some other people had problems with the comments after the update I've updated to nightly build 2009-02-10, but the problem still remains.
This is the line:
$on = $receiver->getAlbumName() . " about " . $receiver->getTitle();
The same line gave me trouble at 1.2.3 and NB 2009-02-09.
I've have turned of the email notification in the admin panel. I've also used other templates, no difference. I'm not using any spam control, except captcha.
The comment IS posted though, but you are just not redirected back to the page.
Yes, I have the same error. I downloaded the latest ZenPhoto over the weekend.
Fatal error: Call to undefined function fetchcomments
I don't want to run a beta version: I've never had ZenPhoto before so I'm not interested in doing beta on a program I don't know much about. I paid my dues doing real beta testing on another program for the last 4 months and I'm still traumatized so I'd rather have a stable version, please??
By the way, the comments DO appear on the page when I refresh it. So they're being added to the DB ok. But it goes to that fatal error bomb every time I hit the submit button for a new comment.
I tried uninstalling all plug-ins inc ZenPage and switched to another template in case that had anything to do with anything. I still get the error when I try to enter a Comment. Here's more of the error statement:
Sorry, this has been fixed in the nightly/svn version. If you don't want to use that you will have to wait for the next official version or just don't use comments.
Our nightly builds are generally quite stable. The zenpage project site for example runs with a nightly as well.
I installed the nightly build for February 28 and now I get a whole list of error messages when I try to post a comment. Here ya are:
Notice: Use of undefined constant r - assumed 'r' in /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php on line 113
Warning: Cannot modify header information - headers already sent by (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/index.php on line 25
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/zp-core/admin-functions.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/index.php on line 114
Warning: Cannot modify header information - headers already sent by (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/index.php on line 115
Looks like an error in the spamassassin script that shows up when we have strict error reporting set (which is the case for the nightly builds but not the releases.)
line 113 should read: `$this->date=date('r');` That is, the letter r should have been quoted. Fix will be in tonight's build.
Comments
and i have an error when i try to post a comment : Fatal error: Call to undefined function: fetchcomments() in /homepages/....../zenphoto/zp-core/functions.php on line 971
`
SELECT count (*) FROM ``comments` where ownerid=1899 ORDER BY `comments`.`id` DESC
count( * )
2
With email notification off
Anyway, you should upgrade to tonight's nightly build.
Looking at the records in the database, the older comments have a type of 'images' whereas the new ones have a type of "_images"
Type of images is "_images" instead "images".
Zenphoto version 1.2.3 [3438] (Official Build)
I really don't mean to make this sound nasty at all. I love zenPhoto...but this is real important.
--Michael
Just so everyone knows,
Thanks,
Wiliam
I update directly in the database the 'type': images -> _images
images (old comments)
_images (recent comment)
I've got a large group of folks tasked with filling in names and places for genealogical photos in my installation, using the comments function, so this is a big problem for me at the moment.
If it's definitely been resolved in the nightly builds, I'll give one a try, but previous post indicates it has not?
Thanks,
fns
Thanks sbillard
When trying to post a comment I get the message:
Fatal error: Call to undefined function: getalbumname() in /home/linkylog/domains/lauravink.nl/public_html/gallery/zp-core/functions.php on line 1041
I updated Zenphoto to 1.2.3 yesterday, but I have been struggeling with the comments since then, I get an error message. Because some other people had problems with the comments after the update I've updated to nightly build 2009-02-10, but the problem still remains.
This is the line:
$on = $receiver->getAlbumName() . " about " . $receiver->getTitle();
The same line gave me trouble at 1.2.3 and NB 2009-02-09.
I've have turned of the email notification in the admin panel.
I've also used other templates, no difference.
I'm not using any spam control, except captcha.
The comment IS posted though, but you are just not redirected back to the page.
My gallery can be found here: http://lauravink.nl/gallery
I hope somebody can help me with this...
Fatal error: Call to undefined function fetchcomments
I don't want to run a beta version: I've never had ZenPhoto before so I'm not interested in doing beta on a program I don't know much about. I paid my dues doing real beta testing on another program for the last 4 months and I'm still traumatized so I'd rather have a stable version, please??
If that info helps any...
zp-core/functions.php on line 971
Our nightly builds are generally quite stable. The zenpage project site for example runs with a nightly as well.
Notice: Use of undefined constant r - assumed 'r' in /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php on line 113
Warning: Cannot modify header information - headers already sent by (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/index.php on line 25
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/zp-core/admin-functions.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/index.php on line 114
Warning: Cannot modify header information - headers already sent by (output started at /home/fleep/public_html/dolls/zp-core/plugins/spamfilters/spamassassin.php:113) in /home/fleep/public_html/dolls/index.php on line 115
line 113 should read:
`$this->date=date('r');`
That is, the letter r should have been quoted. Fix will be in tonight's build.