I have issue when order is creating: “Error saving order ID XXXX. Internal server error” In log there are only errors like this:
2022-11-23T11:51:31+00:00 CRITICAL Undefined class constant ‘Dompdf\Css\Style::TABLE_INTERNAL_TYPES’ (/data/web/virtuals/627/virtual/www/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/src/Frame/Factory.php:200)
Invoice PDF seems to be generated without problem, but order itself cousing error (missing delivery information etc.) Can′t figure out what could be problem. Thing is that this error is somehow linked to one specific product Other products works just fine.
I want to convert html template into pdf, for that i need dompdf.
I download that from github (https://github.com/dompdf/dompdf/releases/download/v2.0.0/dompdf_2-0-0.zip) extract that and upload into child theme section.
In functions.php added following code for testing
add_action( 'wp_footer', 'temp' );
function temp(){
include_once( get_stylesheet_directory() .'/dompdf/autoload.inc.php');
use Dompdf\Dompdf;
define('DOMPDF_UNICODE_ENABLED', true);
$dompdf = new Dompdf();
$dompdf->load_html("<h1>Hello World</h1><p>PDF description</p>");
$dompdf->setPaper('A4','potrait');
$dompdf->render();
$dompdf->stream('title.pdf');
}
When i reload my page its shown error There has been a critical error on this website.
please advise.
]]>I use your plugin (great) to secure a client site.
On this site I use the WordPress PDF Templates plugin (with the DomPDF library)
When I want to access the PDF, even identified, they are not generated.
Could you tell me if there is anything in particular to do?
best regards
Bertrand
I use your plugin (great) to secure a client site.
On this site I use the WordPress PDF Templates plugin (with the DomPDF library)
When I want to access the PDF, even identified, they are not generated.
Could you tell me if there is anything in particular to do?
best regards
Bertrand
Look in the link: https://www.screencast.com/t/JCuz0MS2pYi
Thank you for your feedback
]]>I have ESTATIK Pro installed on a live site.
When rendering a property listing to PDF it shows a broken image box with the text:
“Image not found or type unknown”.
The broken image is the one that shows the map location of the property listing.
Any help is appreciated.
Thanks.
]]>DOMPDF Exception: The row #1 could not be found
Using:
WordPress – 4.9.9
WooCommerce PDF Invoices & Packing Slips – 2.2.5
WooCommerce PDF Invoices & Packing Slips Premium Templates – 2.5.11
WooCommerce PDF Invoices & Packing Slips Professional – 2.2.9
Here you have a Screenshot of the error’s stack trace:
https://ibb.co/Db1CPDH
Does the plugin support svg? (my woocommerce store replaces product images with svg images)
Many thanks,
Viktor