Hi,
after upgrading to 1.5.9 the mailing system is no longer working. I can create invoices and download them but sending via mail does not work. After a while the system returns that the application obviously hung up.
No matter if I change from SMTP to PHPMailer.
The debug log shows no errors:
DEBUG - 2018-07-08 18:05:44 --> UTF-8 Support Enabled
DEBUG - 2018-07-08 18:05:44 --> Global POST, GET and COOKIE data sanitized
DEBUG - 2018-07-08 18:05:44 --> Invoices MX_Controller Initialized
DEBUG - 2018-07-08 18:05:44 --> Config file loaded: /var/www/html/intranet/ip/application/config/invoice_plane.php
DEBUG - 2018-07-08 18:05:44 --> Encryption: Auto-configured driver 'openssl'.
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/settings/models/Mdl_settings.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/settings/models/Mdl_versions.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/controllers/../modules/layout/controllers/Layout.php
DEBUG - 2018-07-08 18:05:44 --> Layout MX_Controller Initialized
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/invoices/models/Mdl_invoices.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/invoices/models/Mdl_items.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/invoices/models/Mdl_invoice_tax_rates.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_custom_fields.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/payment_methods/models/Mdl_payment_methods.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/payments/models/Mdl_payments.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_invoice_custom.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_values/models/Mdl_custom_values.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_client_custom.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_user_custom.php
DEBUG - 2018-07-08 18:05:44 --> File loaded: /var/www/html/intranet/ip/application/views/invoice_templates/pdf/InvoicePlane.php
DEBUG - 2018-07-08 18:05:45 --> Total execution time: 0.5469
DEBUG - 2018-07-08 18:05:54 --> UTF-8 Support Enabled
DEBUG - 2018-07-08 18:05:54 --> Global POST, GET and COOKIE data sanitized
DEBUG - 2018-07-08 18:05:54 --> Invoices MX_Controller Initialized
DEBUG - 2018-07-08 18:05:54 --> Config file loaded: /var/www/html/intranet/ip/application/config/invoice_plane.php
DEBUG - 2018-07-08 18:05:54 --> Encryption: Auto-configured driver 'openssl'.
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/settings/models/Mdl_settings.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/settings/models/Mdl_versions.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/controllers/../modules/layout/controllers/Layout.php
DEBUG - 2018-07-08 18:05:54 --> Layout MX_Controller Initialized
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/invoices/models/Mdl_invoices.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/invoices/models/Mdl_items.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/invoices/models/Mdl_invoice_tax_rates.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_custom_fields.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/payment_methods/models/Mdl_payment_methods.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/payments/models/Mdl_payments.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_invoice_custom.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_values/models/Mdl_custom_values.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_client_custom.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/modules/custom_fields/models/Mdl_user_custom.php
DEBUG - 2018-07-08 18:05:54 --> File loaded: /var/www/html/intranet/ip/application/views/invoice_templates/pdf/InvoicePlane.php
DEBUG - 2018-07-08 18:05:54 --> Total execution time: 0.4039
It’s not a production down issue as I can download the PDF and send it manually. But I guess this is not working as intended.
Regards
Michael