Re: [Release] pm_email
Thanks.
Stupid bug
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [Release] pm_email
Thanks.
Stupid bug
https://github.com/downloads/KANekT/Pun … _1.2.0.zip
In the subject write the author PM
for install You must uninstall old pun_pm and put in ftp new version.
Hi!
On my website, your 1.2.0 update extension doesn't work anymore.
Error.log :
sendmail: fatal: email@example.net: No recipient addresses found in message header
Moreover, there is a problem with "o_pm_email_enable": your manifest.xml installs only:
<install><![CDATA[
if(!$forum_db->field_exists('users', 'enable_pm_email'))
$forum_db->add_field('users', 'enable_pm_email', 'TINYINT(1)', false, 1);
]]></install>
(See line 39: "if($forum_config['o_pm_email_enable'] == '1')")
Thank you, KANekT.
The following error always appears in my email error.log.
sendmail: fatal: email@example.net: No recipient addresses found in message header
This error can be caused by the configuration of my server, I don't know. Do you have an idea?
This version not work too. Most apparent problem -
$results(!!!!) = $forum_db->query_build($query) or error(__FILE__, __LINE__);
$receiver = $forum_db->fetch_assoc($result(!!!!!!));
After the changes you need to remove and reinstall the plugin.
1.2.2
Fix small bug.
Thanks, it works perfectly.
1.2.5
Fixed error in the subject line (sender).
__http://files.kanekt.ru/punbb/pm_email_1.2.5
KANekT: latest 1.2.5 works as it should. Thanks.
Can somebody give me a hind to see where and why at my forum pm_email doen't work ? Updated to 1.42, all fine, but this plugin does not longer work in the new version...
PunBB Forums → PunBB 1.3 extensions → [Release] pm_email
Powered by PunBB, supported by Informer Technologies, Inc.