You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do a standard installation of the extension (version 4.0.0), there are no problems.
If I use composser for this version I get a 503 error.
503
Oops, an error occurred!
Too few arguments to function Mittwald\Web2pdf\View\PdfView::__construct(), 0 passed in /var/www/html/..../typo3/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php on line 2986 and exactly 3 expected
My configuration:
The text was updated successfully, but these errors were encountered:
Hello,
very good and useful extension. But there is a problem when creating an object:
$pdfView = GeneralUtility::makeInstance(PdfView::class);
If you do a standard installation of the extension (version 4.0.0), there are no problems.
If I use composser for this version I get a 503 error.
My configuration:
The text was updated successfully, but these errors were encountered: