This board is the new home for david63's extensions.
All of the extensions hosted here will need to be treated as a new install as there is no migration from the original ones to these, and furthermore, no support will be given to migrating to any of these extensions from previous versions.
Due to the selfishness of certain board members it has become necessary to apply a limit of how many downloads each member can make before making a donation. Once a donation has been made then you will have unlimited downloads.
All of the extensions hosted here will need to be treated as a new install as there is no migration from the original ones to these, and furthermore, no support will be given to migrating to any of these extensions from previous versions.
Due to the selfishness of certain board members it has become necessary to apply a limit of how many downloads each member can make before making a donation. Once a donation has been made then you will have unlimited downloads.
[3.3.0] Mail to Post
-
nou nou
- Donor

- Posts: 9
- Joined: November 2022
Re: [3.3.0] Mail to Post
Any insight into how to maybe fix this?
-
devspace
- Owner

- Posts: 343
- Joined: October 2022
Re: [3.3.0] Mail to Post
Have you tried disabling the other extension to see what affect that has?
-
eseasholtz
- Donor

- Posts: 2
- Joined: February 2025
Re: [3.3.0] Mail to Post
Hello!
I've installed this extension on 3.3.14 and am trying to to get it going. I'm using my own forum user and email address to send the email to the mailbox that I've created for the MailToPost. The Mail to Post Tools sees one message in the inbox. I click on the button to "Retrieve all mail messages" and I get the error below.
I've created a user group, added the sending user (me) to the group, assigned the Post permission to that group, and assigned the "can mail to post" permission to the group. I think I've followed everything that's been mentioned in your posts, but could have missed something. Any help or insight would be appreciated.
This is the error I'm getting:
Than you for any insight!
Eddie
I've installed this extension on 3.3.14 and am trying to to get it going. I'm using my own forum user and email address to send the email to the mailbox that I've created for the MailToPost. The Mail to Post Tools sees one message in the inbox. I click on the button to "Retrieve all mail messages" and I get the error below.
I've created a user group, added the sending user (me) to the group, assigned the Post permission to that group, and assigned the "can mail to post" permission to the group. I think I've followed everything that's been mentioned in your posts, but could have missed something. Any help or insight would be appreciated.
This is the error I'm getting:
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/devspace/mailtopost/core/mailtopost.php on line 558: Undefined property: devspace/mailtopost/core/mailtopost::$mailtopost_log_table
General Error
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(log_status, log_subject, log_time, mail_ip, mtp_forum, topic_id, type, user_ema' at line 1 [1064]
SQL
INSERT INTO (log_status, log_subject, log_time, mail_ip, mtp_forum, topic_id, type, user_email, user_id) VALUES ('NO_EMAIL_SIGNATURE', 'Test Post February 11 2025', 1739338563, '104.47.55.169', 0, 0, 'M', 'eddies@redacted.com', '2')
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 213
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/devspace/mailtopost/core/mailtopost.php
LINE: 559
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/devspace/mailtopost/core/mailtopost.php
LINE: 234
CALL: devspace\mailtopost\core\mailtopost->error_routine()
FILE: [ROOT]/ext/devspace/mailtopost/controller/admin_actions_controller.php
LINE: 242
CALL: devspace\mailtopost\core\mailtopost->process()
FILE: [ROOT]/ext/devspace/mailtopost/acp/acp_mailtopost_module.php
LINE: 43
CALL: devspace\mailtopost\controller\admin_actions_controller->actions()
FILE: [ROOT]/includes/functions_module.php
LINE: 684
CALL: devspace\mailtopost\acp\acp_mailtopost_module->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Eddie
Last edited by eseasholtz on 12 Feb 2025 05:53, edited 2 times in total.
-
devspace
- Owner

- Posts: 343
- Joined: October 2022
Re: [3.3.0] Mail to Post
Sorry - there is a small bug in the
Change
To
devspace/mailtopost/core/mailtopost.php file on line 558Change
$this->mailtopost_log_tableTo
$this->tables['mailtopost_log']-
eseasholtz
- Donor

- Posts: 2
- Joined: February 2025
Re: [3.3.0] Mail to Post
That got the incoming email to post to the forum. Nothing shows up in the forum log under Mail to Post log. But the message does come in. Thanks!
Eddie
Eddie
