crater-invoice / crater

Open Source Invoicing Solution for Individuals & Businesses
https://craterapp.com
GNU Affero General Public License v3.0
7.71k stars 1.59k forks source link

Error showing PDF Documents (invoice, reports...) #707

Open Pazekal90 opened 2 years ago

Pazekal90 commented 2 years ago

Describe the bug Can't show invoices and all other documents in the viewer on the right side. There is an error in the latest version of crater.

Bildschirmfoto 2022-01-11 um 14 19 02 image

Please complete the following information:

mohitpanjwani commented 2 years ago

Describe the bug Can't show invoices and all other documents in the viewer on the right side. There is an error in the latest version of crater.

Bildschirmfoto 2022-01-11 um 14 19 02 image

Please complete the following information:

  • Crater version: 6.0.0
  • PHP version: 8

There's an issue with DOMPDF on PHP 8 it seems.

Upgrading the DOMPDF version should fix it but it breaks the styling on some PDFs. We're working on a fix asap.

mohitpanjwani commented 2 years ago

https://github.com/crater-invoice/crater/pull/708

mohitpanjwani commented 2 years ago

https://github.com/crater-invoice/crater/releases/tag/6.0.1

Fixed on 6.0.1.

Update your app to get the new changes. If you still encounter this error, please feel free to reopen this issue.

Thank you.