ZenphotoCMS Forum
Mail notification comments is empty - 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: Mail notification comments is empty (/thread-2592.html)

Pages: 1 2 3


Mail notification comments is empty - itsme - 2008-04-02

Hello ! Sorry for my bad english...

I have upgrade zenphoto 1.0.5 to 1.1.4. I have actived the notification when a comment is add. But the mail (object and message) is empty. Where is the error? Which file do I have to modify? Before the upgrade, that works be fine!

Thank you for your help !




Mail notification comments is empty - sbillard - 2008-04-02

If you are running an IIS server you will need to be on the nightly build of version 1.1.5.




Mail notification comments is empty - itsme - 2008-04-02

No it doesn't running on an iss server...which file concern that problem ? thank you




Mail notification comments is empty - sbillard - 2008-04-02

libe-utf8.php




Mail notification comments is empty - itsme - 2008-04-02

thank you. Do you know where is the problem in this file?




Mail notification comments is empty - sbillard - 2008-04-03

No, because you are the only one reporting the problem.




Mail notification comments is empty - olihar - 2008-04-03

I do have this same problem with my test gallery, I am not on a IIS. And I am running 1.1.5 [1219]




Mail notification comments is empty - sbillard - 2008-04-03

Please check the following:

Do you receive an email if you request a password reset?

Check the email address you have entered in the admin login information. Is it correct?

Check your spam filter. Is it allowing the emails from the gallery?

Check the email comment notification option. Is is checked?




Mail notification comments is empty - olihar - 2008-04-03

I receive an email when I do a password reset, but its empty like the other one.

http://img.skitch.com/20080403-qjh9j6kt7jxtmxf4eytfc2cxsu.jpg

Yes the email is correct.

http://img.skitch.com/20080403-1xn94gdt3nhqdmdsuuqb1521nd.jpg

Yes I get the emails in my inbox.

Yes its checked.

http://img.skitch.com/20080403-re6k762qgmuiuktyd4afi7ij9q.jpg

Is it normal that the email is from, zenphoto@URL ?




Mail notification comments is empty - itsme - 2008-04-03

Do you receive an email if you request a password reset?

YES.

Check the email address you have entered in the admin login information. Is it correct?

YES. We are notify when a comment is added. But with the mail empty.

Check your spam filter. Is it allowing the emails from the gallery?

YES. Is it allowed.

Check the email comment notification option. Is is checked?

YES. It is checked.

The bug is in libe-utf8.php, but where?

Thanks for your help sbillard !




Mail notification comments is empty - sbillard - 2008-04-03

The mail function is send_mail() in lib-utf8.php. It would appear that something is happening to the $messsage array. Is is possible that safe_mode is set on your server?




Mail notification comments is empty - sbillard - 2008-04-03

To debug this you could add an output statement after the line:
$message = chunk_split(base64_encode($message));
add
echo "Mail message reads:".$message;

If this shows text, then the message is still intact and something is happening during the sending or receiving.




Mail notification comments is empty - itsme - 2008-04-04

thank you for your help. But where is the lib-utf8.php? I will test immediately.




Mail notification comments is empty - sbillard - 2008-04-04

It is in the folder zp-core in your installation




Mail notification comments is empty - itsme - 2008-04-04

is it utf8.php ?




Mail notification comments is empty - itsme - 2008-04-04

there is not a file called "lib-utf8.php"




Mail notification comments is empty - sbillard - 2008-04-04

If you are not running on zenpoto 1.1.5 nightly build, you should do so. Then the file lib-utf8.php will be in the zp-core folder.




Mail notification comments is empty - itsme - 2008-04-04

I don't want to update to a nightly build. I have scared to do something wrong...is the bug not in another file?




Mail notification comments is empty - sbillard - 2008-04-04

There are no known bugs in this area.




Mail notification comments is empty - itsme - 2008-04-04

And which folder(s) and file(s) do I have to replace? all the zp-core folder? (the nighty build over the 1.1.4?)

Thanks for your help...