Jump to content

Jon Erickson

Clients
  • Posts

    189
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jon Erickson

  1. How are you linking it to the compatibility scanner? I wonder if the PHP 8 scanner is trying to scan the entire vendor folder.
  2. As @Randy Calvert mentioned, AWS SES is one of the lightest and cheapest transactional email services available. I would highly suggest it with the volume of email you are sending. They also have one of the highest reputations which only helps your email deliverability. Our instructions are very detailed and should be easy to set up. If you have any questions, just reach out and we’ll get it solved for you. It’s a set it, and forget it type of solution.
  3. From what I can see from the logs, it is trying to look for files/directories in the vendor folder and it is receiving a not found error. This vendor folder contains all the crucial dependencies needed to run the application. I have double-checked the bundle to make sure the files are present and they are. Can you check your server and see if the files that are named in the log file you provided are indeed present? Example: /home/******/public_html/applications/awsses/sources/vendor/aws/aws-sdk-php/
  4. Can you try with a clean vanilla install not behind cloudflare? What server infrastructure are you using?
  5. Please read the previous posts. It’s been addressed and waiting for approval.
  6. An update has been submitted that addresses the backwards compatibility issue. Please update as soon as possible when it releases.
  7. We know. Just looked at the composer.lock and one small package requires PHP 8.1. Will add a PHP 7.4 composer package requirement and update the dependencies to make sure it doesn’t happen again.
  8. Correct. If you are not running PHP 8.1, do not upgrade to the newest version. Stay on your current version. There is a backwards compatibility issue with the AWS SDK. We’ll see if we can work around it. If not, we will add a system requirement to the app for PHP version.
  9. Yes, it has always been designed to run on CIC. However, I can’t test against CIC as I do not have a CIC service to use to test. We only use an on premise license to test against.
  10. A new version has been submitted with support for 4.7.2 and PHP 8.1. The AWS SDK was also updated which added support for PHP 8. Previously did not support PHP 8.
  11. Yeah definitely no support for PHP 8.2 as Invision does not even support that.
  12. Thanks Randy, glad to hear. I imagine there won’t be many if any issues.
  13. We have no tested it against 4.7.2. We hope to have it all complete this weekend.
  14. Thank you for letting us know. When 4.7.2 releases we will be sure to make sure to test against it. Until then we don’t base changes off betas as they are subject to change and inherently full of errors anyways.
  15. Can you check your PHP logs? You may also enable display_errors in your PHP settings. If you are getting just a white screen, my suspicion is an error is being thrown.
  16. Any errors being thrown? Are you receiving emails, just not being logged? Did it work for you on 4.7.0? We did test it with 4.7 and everything was functioning correctly.
  17. I am not aware of this issue. Can you elaborate or send me a PM? Thanks. @Stuart Silvester just saw your email. Thanks.
  18. Thanks for bringing this up. Will get this addressed.
  19. Thanks so much for the review! I’m glad it’s providing so much help to your community!
  20. Every time SES recognizes a bounce, it will send a notification to your community utilizing the API. You can then choose what is done when one is encountered. There is a list of different options include setting their status so they no longer receive emails.
  21. Great suggestion. As for the error, you need to have the IMAP PHP extension enabled. https://phpadvices.com/install-or-enable-imap-extension-in-php/
  22. You can also try out the following app to get rid of SMTP and use the AWS SES API for better performance and less impact on your server.
×
×
  • Create New...