Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 4, 20213 yr Hello. Mailbounced seems work fine in 4.6 but now I have warning message in my Admin account, and I can´t remove the account in ACP from warned. How can I remove admin account from warned accounts? Thanks.
July 5, 20213 yr Author On 7/4/2021 at 11:17 AM, pequeno said: Hello. Mailbounced seems work fine in 4.6 but now I have warning message in my Admin account, and I can´t remove the account in ACP from warned. How can I remove admin account from warned accounts? Thanks. I'm not quite understanding what the issue is, if you can create a support ticket I will gladly have a look for you. 18 hours ago, Fast Lane! said: Any timeline on when this will this be updated to support 4.6? Thank you! Yes, a 4.6 certified version should be available soon.
July 5, 20213 yr 6 hours ago, stoo2000 said: I'm not quite understanding what the issue is My admin in warned: How to remove it.
July 15, 20213 yr On 7/5/2021 at 8:32 AM, stoo2000 said: Yes, a 4.6 certified version should be available soon. What's the ETA on this and can the current version be used on 4.6.4 without issue?
July 18, 20213 yr Author On 7/5/2021 at 8:21 PM, pequeno said: My admin in warned: How to remove it. Warnings are automatically removed after a few days if the bounces stop On 7/15/2021 at 6:00 AM, AlexWebsites said: What's the ETA on this and can the current version be used on 4.6.4 without issue? Should be any time now, just waiting for it to be approved. There are not any changes specifically for 4.6, so you should be fine to use the current version if you already have it installed.
July 19, 20213 yr 1 hour ago, stoo2000 said: There are not any changes specifically for 4.6, so you should be fine to use the current version if you already have it installed. Perfect!
August 19, 20213 yr Author On 8/14/2021 at 4:56 PM, sobrenome said: Can I use Mail Bouncer with php 8? You should be able to, I haven't had any reports of issues.
September 1, 20213 yr My community suffered some MySQL server lock timeout caused by these queries: /*ips4::user::IPS\_Email::send:117*/ UPDATE `core_mail_error_logs` core_mail_error_logs SET `mlog_notification_sent`=1 It had 9268 TRX_ROWS_LOCKED. My community was very slow for logged users. Slow to post and slow to browse. I have disabled MAIL BOUNCER and enabled it again. The issue was gone. It would be nice to take a look at it. Thanks.
September 1, 20213 yr The issue is coming back. It would be nice to be certain it MAIL BOUNCER is causing the issue or not.
September 1, 20213 yr Author No, Mailbouncer does not interact with the email error logs at all. I would suspect you have a large number of emails that failed to send and the update query is taking a long time. Invision would be the best to help you with this.
September 8, 20213 yr Hello, I have updated to php 8 and I am getting this error: [Wed Sep 08 11:03:20.893872 2021] [proxy_fcgi:error] [pid 1651:tid 281472812437904] [client 10.0.1.102:53118] AH01071: Got error 'PHP message: PHP Fatal error: Declaration of IPS\\bouncer_hook_Email::send($to, $cc = [], $bcc = [], $fromEmail = null, $fromName = null, $additionalHeaders = [], $autoSubmitted = true) must be compatible with IPS\\_Email::send($to, $cc = [], $bcc = [], $fromEmail = null, $fromName = null, $additionalHeaders = [], $autoSubmitted = true, $updateAds = true) in /var/www/html/init.php(902) : eval()'d code on line 83', referer: https://mydomian.com/admin/?app=core&module=system&controller=login&error=&ref=
September 8, 20213 yr I lost access to AdminCP and had to open a ticket. IPS support helped me to use the recover mode and told me to disable Mail Bouncer. I would appreciate a new version fixing the bug. Thanks!
September 11, 20213 yr Author On 9/8/2021 at 10:27 PM, sobrenome said: I lost access to AdminCP and had to open a ticket. IPS support helped me to use the recover mode and told me to disable Mail Bouncer. I would appreciate a new version fixing the bug. Thanks! Coming right up.
September 17, 20213 yr On 9/8/2021 at 10:07 AM, sobrenome said: Hello, I have updated to php 8 and I am getting this error: [Wed Sep 08 11:03:20.893872 2021] [proxy_fcgi:error] [pid 1651:tid 281472812437904] [client 10.0.1.102:53118] AH01071: Got error 'PHP message: PHP Fatal error: Declaration of IPS\\bouncer_hook_Email::send($to, $cc = [], $bcc = [], $fromEmail = null, $fromName = null, $additionalHeaders = [], $autoSubmitted = true) must be compatible with IPS\\_Email::send($to, $cc = [], $bcc = [], $fromEmail = null, $fromName = null, $additionalHeaders = [], $autoSubmitted = true, $updateAds = true) in /var/www/html/init.php(902) : eval()'d code on line 83', referer: https://mydomian.com/admin/?app=core&module=system&controller=login&error=&ref= I have the same error using php 8. php error log shows: [17-Sep-2021 12:33:06 UTC] PHP Fatal error: Declaration of IPS\bouncer_hook_Email::send($to, $cc = [], $bcc = [], $fromEmail = null, $fromName = null, $additionalHeaders = [], $autoSubmitted = true) must be compatible with IPS\_Email::send($to, $cc = [], $bcc = [], $fromEmail = null, $fromName = null, $additionalHeaders = [], $autoSubmitted = true, $updateAds = true) in /home/sss/public_html/init.php(902) : eval()'d code on line 83
September 17, 20213 yr And the error is not on php 8 only. It occurs on php 7, but php 8 is less tolerant to errors as I read. When I used Mail Bouncer on IPS 4.6 and php 7, my community was very slow for logged users. On 9/1/2021 at 6:14 PM, sobrenome said: My community was very slow for logged users. Slow to post and slow to browse. I have disabled MAIL BOUNCER and enabled it again. The issue was gone. It would be nice to take a look at it. Thanks. Here was the report.
September 17, 20213 yr On php8, it prevents me from logging into the ACP and completing new user registration on the front end so I had to disable it.
September 18, 20213 yr 5 hours ago, AlexWebsites said: On php8, it prevents me from logging into the ACP and completing new user registration on the front end so I had to disable it. I had the same issue. It locks the core_mail_error_logs table in an infinite loop.
September 18, 20213 yr Author The updated version is now available, thanks for your patience 🙂 4 hours ago, sobrenome said: It locks the core_mail_error_logs table in an infinite loop. That is not correct. As noted in our previous conversation about it, this was because your emails were failing to send through SES and a query Invision Community was running to update a flag on failed emails was taking a long time (due to the large number of failed emails).
September 20, 20213 yr Thanks for the update @stoo2000! I have installed it a couple of minutes ago and so far so good.
March 15, 20222 yr @stoo2000 Are you willing to take a look at my installation with Amazon and see why the bounce handler stopped working?