Can you please tell me what kind of SMTP server problem you had and how did you fix that issue? I am having the same problem so your help will be appreciated...UPDATE.
The error was a problem with my SMTP server. Not with your MOD. I got it working now.
Code: Select all
// is the user logged in?
if (!$user->data['is_registered'])
{
if ($user->data['is_bot'])
{
// the user is a bot, send them back to home base...
redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
}
// the user is not logged in, give them a chance to login here...
login_box('', 'LOGIN');
}
Hi Robra,robra wrote:Hi, accn.
I did some sending tests and the result was:
1- When I sent the mass email to all users with the "SMTP settings" like "YES" in "Use SMTP server for e-mail:" option, then, the message error displayed but the message was sent to all users.
2- When I sent the mass email to all users with the "SMTP settings" like "NO" in "Use SMTP server for e-mail:" option, then, the message error not displayed and the message was sent to all users.
The your "SMTP settings", in GENERAL tab, in "CLIENT COMMUNICATION" section, clicking on the "E-mail settings" link, is it like "YES" or "NO" ?
mafiaman wrote:Hey Ksar, can you help me with this error code?
Fatal error: Call to undefined method messenger::set_mail_html() in /data/17/1/159/93/1648582/user/1777516/htdocs/atlanta-smas/includes/acp/acp_email_html.php on line 261
This is the same Fatal Error i receive (directory obviously different, but within the acp_email_html.php file)mafiaman wrote:Here is line 261, I think
$messenger->set_mail_html(true);
Code: Select all
General Error
SQL ERROR [ mysql4 ]
MySQL server has gone away [2006]
SQL
INSERT INTO phpbb_log (user_id, log_ip, log_time, log_operation, log_data, log_type) VALUES ('4035', '72.145.145.105', 1308346098, 'LOG_MASS_EMAIL', 'a:1:{i:0;s:9:\"All users\";}', 0)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 3319
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_email_html.php
LINE: 287
CALL: add_log()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_email_html->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.