![]() |
|
Blank Page when i send a Comment - 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: Blank Page when i send a Comment (/thread-9335.html) |
Blank Page when i send a Comment - Laurent - 2011-12-07 Hi Sbillard and Acrylian. I'm currently testing the 1.4.2-BETA [8596] ans when i send a comment i have a blank php page. My serveur run a Php 5.3.2 and MySql 5.0.82. The error message concern a mail problem :
Ps : It's Ok with official release 1.4.1.6 Thanks Blank Page when i send a Comment - Laurent - 2011-12-07 More info. I change some plugin and i have the zenphoto error with Zenphoto_Sendmail :
It's says that the extension is unable to send mail to one or more recipeints. I disable this plugin and now it's works and i'm notice then i send a comment. Laurent Blank Page when i send a Comment - sbillard - 2011-12-08 PHPMailer is unchanged in the Beta. In fact, I doubt that code has changed since the plugin was originally made. Anyway, the method But of course if you are not using PHP mailer you should not have the plugin enabled. Blank Page when i send a Comment - Laurent - 2012-01-06 I redo the test. I only use the extension PHPMailer. In both cases, the extension Zenphoto_sendmail is disabled, only the extension PHPMailer is checked. PHP 5.3.2 MySQL 5.0.82 What can I give you other information as to try to resolve this concern. Laurent Blank Page when i send a Comment - sbillard - 2012-01-07 I have checked the two releases. The only change to phpMailer is to remove the test to see if PHP is not version 5 or better as that is now global with the 1.4.2 release. Further, I do not understand the error as isHTML() method does exist. The line at 113 does read Please check that line and verify it case. Blank Page when i send a Comment - Laurent - 2012-01-07 Yes I saw that. Again I erased everything and installed the version from yesterday [8846]. The error returned is always the same. Then I look back with version [8846] without deleting the database. Everything works. I think the error lies in the database. I erased everything again and redo the test with two databases. [8854] database "test_8854]" no error. I edit the file "zenphoto.cfg" version of the [8846] and I said the database "[test_8854]" no error. I have not found where is the difference between these two versions of database. Sorry, this speech a little long, but I try to be as specific as possible. Ps: google translation! Blank Page when i send a Comment - sbillard - 2012-01-07 Well, since 8854 seems to work there seems no reason to persue this further. I do not have any idea what in the database might be wrong, specially since the plugin has not changed. Blank Page when i send a Comment - Laurent - 2012-01-07 Sure, but the idea was to identify the error for not reproduce it in future update. Laurent Blank Page when i send a Comment - sbillard - 2012-01-07 Be my guest, then. |