InvoicePlane 1.5.5 released

Hello @Kovah

Thank you for your release. I saw your fixed a bug with the quotes sending emails. But still the issue is present when i’m trying to send the quote invoice.

A PHP Error was encountered

Severity: Warning

Message: unlink(/uploads/temp/mpdf): Is a directory

Filename: helpers/mpdf_helper.php

Line Number: 133

Backtrace:

File: /application/helpers/mpdf_helper.php
Line: 133
Function: unlink

File: /application/helpers/pdf_helper.php
Line: 257
Function: pdf_create

File: /application/helpers/mailer_helper.php
Line: 110
Function: generate_quote_pdf

File: /application/modules/mailer/controllers/Mailer.php
Line: 208
Function: email_quote

File: /index.php
Line: 327
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$invoice_date_due

Filename: helpers/template_helper.php

Line Number: 30

Backtrace:

File: /application/helpers/template_helper.php
Line: 30
Function: _error_handler

File: /application/helpers/mailer_helper.php
Line: 114
Function: parse_template

File: /application/modules/mailer/controllers/Mailer.php
Line: 208
Function: email_quote

File: /index.php
Line: 327
Function: require_once

An uncaught Exception was encountered

Type: Error

Message: Call to a member function format() on boolean

Filename: /application/helpers/date_helper.php

Line Number: 86

Backtrace:

File: /application/helpers/template_helper.php
Line: 30
Function: date_from_mysql

File: /application/helpers/mailer_helper.php
Line: 114
Function: parse_template

File: /application/modules/mailer/controllers/Mailer.php
Line: 208
Function: email_quote

File: /index.php
Line: 327
Function: require_once

Is their a quick fix to do?

PS: it’s only with the quote invoice, normal invoice can be send by email as normal.