mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

"Could not scan for classes inside " after update to 1.2.0 #85

Closed kurtwithslc closed 6 years ago

kurtwithslc commented 6 years ago

After updating to version 1.2 Extension manager shows: Oops, an error occurred! Could not scan for classes inside "/home/www/pxxxxxxx/html/typo3/typo3conf/ext/web2pdf/Vendor/mpdf/mpdf" which does not appear to be a file nor a folder

Output is broken in FrontEnd

kpurrmann commented 6 years ago

Will officially fix that on monday. May you delete the ext_autoload.php. That Is the only place where deprecated vendor path Is defined.

kurtwithslc commented 6 years ago

Great!

liebe Grüsse Kurt Knote

Mühlweg 39 D-92637 Weiden kurt.knote@t-online.de

Am 24.02.2018 um 08:37 schrieb Kevin Purrmann notifications@github.com:

Will officially fix that on monday. May you delete the ext_autoload.php. That Is the only place where deprecated vendor path Is defined.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mittwald/typo3-web2pdf/issues/85#issuecomment-368208223, or mute the thread https://github.com/notifications/unsubscribe-auth/AJBxmc_HNrx1aD-AjXhiL6IkKA690c1-ks5tX7xKgaJpZM4SRymJ.

kurtwithslc commented 6 years ago

ok, after deleting this file there is still no frontend output, but an error is thrown:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Invalid size representation "a3" | Mpdf\MpdfException thrown in file phar:///html/typo3/typo3conf/ext/web2pdf/Libraries/mpdf.phar/vendor/mpdf/mpdf/src/SizeConverter.php in line 35. Requested URL: ...

PS: Size setting is: A4, Landscape

Liebe Grüsse Kurt Knote

Mühlweg 39 D-92637 Weiden kurt.knote@t-online.de

Am 24.02.2018 um 08:37 schrieb Kevin Purrmann notifications@github.com:

Will officially fix that on monday. May you delete the ext_autoload.php. That Is the only place where deprecated vendor path Is defined.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mittwald/typo3-web2pdf/issues/85#issuecomment-368208223, or mute the thread https://github.com/notifications/unsubscribe-auth/AJBxmc_HNrx1aD-AjXhiL6IkKA690c1-ks5tX7xKgaJpZM4SRymJ.

kan0ne commented 6 years ago

Hello everybody, i had the same problem after updating to version 1.2. So i deleted the ext_autoload.php file.

But now when i click the link in FE i get Could not analyse class: "Mpdf\Mpdf" maybe not loaded or no autoloader? Class Mpdf\Mpdf does not exist

Typo3 8.7.9

greetings martin

pstranghoener commented 6 years ago

We published a new Version (1.2.1) in TER that fixes the problem.