[ABD] Mass email HTML V 0.6.3

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Fragga
Registered User
Posts: 33
Joined: Wed Jul 02, 2008 5:16 pm

Re: [BETA] Mass email HTML

Post by Fragga »

i got this error when installing:

Fatal error: Call to undefined function: () in /web/phpBB3/install/index.php on line 75

Does anybody know why?
agitoaus11
Registered User
Posts: 20
Joined: Tue Jun 03, 2008 12:24 pm

Re: [BETA] Mass email HTML

Post by agitoaus11 »

thanks a lot. Will try this.
gilb29
Registered User
Posts: 130
Joined: Sun Sep 03, 2006 5:00 pm

Re: [BETA] Mass email HTML

Post by gilb29 »

i kget this error when i send message?

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Table 'gameplay362.phpbb_mail' doesn't exist [1146]

SQL

INSERT INTO phpbb_mail (user_id, username, user_colour, subject, message, display_it, time) VALUES ('2', 'Admin', 'AA0000', 'testing', '<p>testing 123</p>', 1, 1217177044)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/acp/acp_email_html.php
LINE: 319
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_email_html->main()

FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
Even with the above error.the person still recives the email?
also where do newsletter store?
CocoVFR
Registered User
Posts: 58
Joined: Fri Feb 01, 2008 12:56 pm

Re: [BETA] Mass email HTML

Post by CocoVFR »

The newletters is stored in database. So, as you have an error, no newsletter was save, but the mail is sent.
atrhick
Registered User
Posts: 18
Joined: Fri Apr 11, 2008 4:38 pm

Re: [BETA] Mass email HTML

Post by atrhick »

I keep geting this error can you please help me...

Code: Select all

SQL ERROR [ mysql4 ]

Lost connection to MySQL server during query [2013]

SQL

INSERT INTO phpbb_log (user_id, log_ip, log_time, log_operation, log_data, log_type) VALUES ('2', '69.180.124.40', 1218835037, 'LOG_MASS_EMAIL', 'a:1:{i:0;s:9:\"All users\";}', 0)

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/functions.php
LINE: 2688
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_email_html.php
LINE: 303
CALL: add_log()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_email_html->main()

FILE: adm/index.php
LINE: 80
CALL: p_master->load_active()

strngr12
Registered User
Posts: 158
Joined: Sun Jun 16, 2002 2:11 am
Contact:

Re: [BETA] Mass email HTML

Post by strngr12 »

Hello, is anybody still supporting this mod? It seems to have installed fine with no problems, but when I send my email it still comes out unparsed. Any help please? :D
strngr12
Registered User
Posts: 158
Joined: Sun Jun 16, 2002 2:11 am
Contact:

Re: [BETA] Mass email HTML

Post by strngr12 »

Actually, if I compose the email in the window in the ACP it seems to work, but is there a way to send html code that is not composed in the ACP?
User avatar
agung.setiadha
Registered User
Posts: 15
Joined: Mon Aug 11, 2008 12:52 am

Re: [BETA] Mass email HTML

Post by agung.setiadha »

how to instal this ?
i adlready download mod_email_html_v_0_5_1.zip
but dunno what to do next


thx b4

[new bie]
User avatar
agung.setiadha
Registered User
Posts: 15
Joined: Mon Aug 11, 2008 12:52 am

Re: [BETA] Mass email HTML

Post by agung.setiadha »

i got htis error

Code: Select all

SQL ERROR [ mysql4 ]

Table 'phpbb_mail' already exists [1050]

SQL

CREATE TABLE phpbb_mail ( id int(11) UNSIGNED NOT NULL auto_increment, user_id int(11) UNSIGNED DEFAULT '0' NOT NULL, username varchar(255) DEFAULT '' NOT NULL, user_colour varchar(6) DEFAULT '' NOT NULL, subject mediumtext NOT NULL, message mediumtext NOT NULL, display_it int(4) UNSIGNED DEFAULT '0' NOT NULL, time int(11) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (id) ) CHARACTER SET `utf8` COLLATE `utf8_bin`

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: install/index.php
LINE: 81
CALL: dbal_mysql->sql_query()
what should i do ?
User avatar
agung.setiadha
Registered User
Posts: 15
Joined: Mon Aug 11, 2008 12:52 am

Re: [BETA] Mass email HTML

Post by agung.setiadha »

I got this error
Language file email_html.php couldn't be opened.
fyi in my forum i'm using another language such as italy, japan, spanish, etc...
does it has sumthin' to do wit right access with the folder ?
gilb29
Registered User
Posts: 130
Joined: Sun Sep 03, 2006 5:00 pm

Re: [BETA] Mass email HTML

Post by gilb29 »

i keep getting this error
Parse error: syntax error, unexpected $end in E:\Domains\f\footballmanagerliveonline.com\user\htdocs\phpBB3\includes\functions_messenger.php on line 1459
ksar
Registered User
Posts: 119
Joined: Thu May 22, 2008 3:10 pm
Location: Paris, France
Contact:

Re: [BETA] Mass email HTML

Post by ksar »

agung.setiadha wrote:i got htis error

Code: Select all

SQL ERROR [ mysql4 ]

Table 'phpbb_mail' already exists [1050]

SQL

CREATE TABLE phpbb_mail ( id int(11) UNSIGNED NOT NULL auto_increment, user_id int(11) UNSIGNED DEFAULT '0' NOT NULL, username varchar(255) DEFAULT '' NOT NULL, user_colour varchar(6) DEFAULT '' NOT NULL, subject mediumtext NOT NULL, message mediumtext NOT NULL, display_it int(4) UNSIGNED DEFAULT '0' NOT NULL, time int(11) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (id) ) CHARACTER SET `utf8` COLLATE `utf8_bin`

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: install/index.php
LINE: 81
CALL: dbal_mysql->sql_query()
what should i do ?
It's because you have run 2 times the installation script

gilb29 wrote:i kget this error when i send message?

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Table 'gameplay362.phpbb_mail' doesn't exist [1146]

SQL

INSERT INTO phpbb_mail (user_id, username, user_colour, subject, message, display_it, time) VALUES ('2', 'Admin', 'AA0000', 'testing', '<p>testing 123</p>', 1, 1217177044)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/acp/acp_email_html.php
LINE: 319
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 471
CALL: acp_email_html->main()

FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
Even with the above error.the person still recives the email?
also where do newsletter store?
The table doesn't exist.
Run the installation script.
strngr12 wrote:Actually, if I compose the email in the window in the ACP it seems to work, but is there a way to send html code that is not composed in the ACP?
Not with this mod
agung.setiadha wrote:how to instal this ?
i adlready download mod_email_html_v_0_5_1.zip
but dunno what to do next


thx b4

[new bie]
Like all the other modifications :
- Open the install.xml with your web browser
- Follow the instructions.
agung.setiadha wrote:I got this error
Language file email_html.php couldn't be opened.
fyi in my forum i'm using another language such as italy, japan, spanish, etc...
does it has sumthin' to do wit right access with the folder ?
The language file email_html.php doesn't exist.
You have to copy the english one to all the other directories.
gilb29 wrote:i keep getting this error
Parse error: syntax error, unexpected $end in E:\Domains\f\footballmanagerliveonline.com\user\htdocs\phpBB3\includes\functions_messenger.php on line 1459
You have not correctly modify the functions_messenger.php file.
Do it again and becarefull at what you are doing.

@+
mail to post mod : A new mod, to "replace" the mail2form mod that is not working in phpbb3 (it will be more simple at the beging). Estimated Release Date : November 2010
Invitation mod : Translate to English my mod and update.
Tranlate mod : update of the mod and at the possibility for users to write message in any language
email html: Add template feature
gilb29
Registered User
Posts: 130
Joined: Sun Sep 03, 2006 5:00 pm

Re: [BETA] Mass email HTML

Post by gilb29 »

[phpBB Debug] PHP Notice: in file /includes/functions_messenger.php on line 433: mail() [function.mail]: SMTP server response: 554 <e-mail address removed>: Recipient address rejected: Relay access denied

LOL after redoing it again ! when i send mail i now get this error in my error log and no mail sent !
ksar
Registered User
Posts: 119
Joined: Thu May 22, 2008 3:10 pm
Location: Paris, France
Contact:

Re: [BETA] Mass email HTML

Post by ksar »

gilb29 wrote:[phpBB Debug] PHP Notice: in file /includes/functions_messenger.php on line 433: mail() [function.mail]: SMTP server response: 554 <e-mail address removed>: Recipient address rejected: Relay access denied

LOL after redoing it again ! when i send mail i now get this error in my error log and no mail sent !
That's mean it's not a mod problem but a mail configuration problem...

Check with your hoster.

@+
mail to post mod : A new mod, to "replace" the mail2form mod that is not working in phpbb3 (it will be more simple at the beging). Estimated Release Date : November 2010
Invitation mod : Translate to English my mod and update.
Tranlate mod : update of the mod and at the possibility for users to write message in any language
email html: Add template feature
gilb29
Registered User
Posts: 130
Joined: Sun Sep 03, 2006 5:00 pm

Re: [BETA] Mass email HTML

Post by gilb29 »

ksar wrote:
gilb29 wrote:[phpBB Debug] PHP Notice: in file /includes/functions_messenger.php on line 433: mail() [function.mail]: SMTP server response: 554 <e-mail address removed>: Recipient address rejected: Relay access denied

LOL after redoing it again ! when i send mail i now get this error in my error log and no mail sent !
That's mean it's not a mod problem but a mail configuration problem...

Check with your hoster.

@+
any chance you could exsplain a bit more please?
Locked

Return to “[3.0.x] Abandoned MODs”