- πΊπΈUnited States smustgrave
Believe this can be closed as outdated.
Today download entity_print via composer and all requirements were downloaded without issue. Entity print appears to be working as advertised
Printing to pdf worked before I updated to Drupal 8.4.4. Now I get:
TCPDF (v1) is not available because it is not configured. Please install with: composer require "tecnickcom/tcpdf ~6".
Dompdf is not available because it is not configured. Please install with: composer require "dompdf/dompdf 0.8.0".
Php Wkhtmltopdf is not available because it is not configured. Please install with: composer require "mikehaertl/phpwkhtmltopdf ~2.1".
But I did all three of these:
-jailshell-4.1$ php composer.phar require "mikehaertl/phpwkhtmltopdf ~2.1"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
- Installing mikehaertl/php-shellcommand (1.3.0): Downloading (100%)
- Installing mikehaertl/php-tmpfile (1.1.1): Downloading (100%)
- Installing mikehaertl/phpwkhtmltopdf (2.3.0): Downloading (100%)
Writing lock file
Generating autoload files
-jailshell-4.1$ php composer.phar require "tecnickcom/tcpdf ~6"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing tecnickcom/tcpdf (6.2.13): Downloading (100%)
Writing lock file
Generating autoload files
and
-jailshell-4.1$ php composer.phar require "dompdf/dompdf 0.8.0"
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 4 installs, 0 updates, 0 removals
- Installing sabberworm/php-css-parser (6.0.1): Loading from cache
- Installing phenx/php-svg-lib (v0.2): Loading from cache
- Installing phenx/php-font-lib (0.5.1): Loading from cache
- Installing dompdf/dompdf (v0.8.0): Loading from cache
Writing lock file
Generating autoload files
What am I doing wrong?
Closed: outdated
2.0
Documentation
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Believe this can be closed as outdated.
Today download entity_print via composer and all requirements were downloaded without issue. Entity print appears to be working as advertised