![]() |
|
register_user - empty mail - 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: register_user - empty mail (/thread-6748.html) |
register_user - empty mail - afarkas - 2010-03-10 Hi, first, when user registers, on "thenk You" page there is a warning message which says: "Warning: sprintf() [function.sprintf]: Too few arguments in /hosting/attila-farkas.sk/gallery/albums/zp-core/zp-extensions/register_user.php on line 225" And then, the user gets a mail, but it is completely empty... In plugin options I set up the texts (in 2 languages) that have to be sent ... i got my php.ini modified, but anyway, i dont think that should make the problem... thanks register_user - empty mail - sbillard - 2010-03-11 Please look at the plugin option register_user - empty mail - afarkas - 2010-03-11 Well, thank You for Your answer... I have to say, that I use "multilingual mode" on my gallery. There are several fields for that text - for each language there is a field... i did set up the text for 2 languages - slovak and english... and that was the problem. Now, i set up the text only in one field (for slovak language) and it works... so, i think we can consider this as a Bug - or there should not apear multiple fields for this text (for languages) but only one where the admin should put all translations of the Email notification text; Or, if the multiple fields for different languages appears, the plugin should be able to hendle this... and, whats curious, the user who registers get 2 identic mails ... the script sends the mail twice ... (i use php sendmail function) ... is that normal, or i messed up again something? Thank You very much register_user - empty mail - sbillard - 2010-03-11 Did you disable the zenphoto sendmail plugin? If not you will be getting things sent by both plugins. register_user - empty mail - afarkas - 2010-03-12 thank you very much |