Could not insert/update private message sent info.
DEBUG MODE
SQL Error : 2013 Lost connection to MySQL server during query
INSERT INTO phpbb_privmsgs (privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_html, privmsgs_enable_bbcode, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES (1, 'Using NIMs forum', 2, 423, 1163843796, '', 0, 1, 1, 0)
Line : 99
File : admin_mass_pm.php
ZombieSlayer wrote: The last error seems more like an error with the email side than your MOD.
I don't know enough about the email system to be of any real help. All I can suggest is checking to see if your smpt settings are correct, and ask your host if mass emailing is allowed.
majjk99 wrote:ZombieSlayer wrote:The last error seems more like an error with the email side than your MOD.
I don't know enough about the email system to be of any real help. All I can suggest is checking to see if your smpt settings are correct, and ask your host if mass emailing is allowed.
I'm not sure which error you refer to but I got an error message pointing at emailer.php and line 234 (I think it was... Unfortunately I don't remember the exact error message). What is that about? Is it likely to be server restriction as mentioned regarding the other error?
majjk99 wrote:ZombieSlayer wrote:The last error seems more like an error with the email side than your MOD.
I don't know enough about the email system to be of any real help. All I can suggest is checking to see if your smpt settings are correct, and ask your host if mass emailing is allowed.
I'm not sure which error you refer to but I got an error message pointing at emailer.php and line 234 (I think it was... Unfortunately I don't remember the exact error message). What is that about? Is it likely to be server restriction as mentioned regarding the other error?
Code: Select all
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/privmsgs_preview.tpl
#
#-----[ FIND ]------------------------------------------
#
<td width="100%" class="row2"><span class="genmed">{MESSAGE_TO}</span></td>
#
#-----[ REPLACE WITH ]----------------------------------
#
<td width="100%" class="row2"><span class="genmed">
<!-- BEGIN recipients -->
{recipients.R_USERNAME},
<!-- END recipients -->
</span></td>
#
Line: 407
Char: 1
Error: 'Element' is undefined
Code: 0
URL: http://mydomain.com/forum/privmsg.php?mode=post