https://techglimpse.com For all your Tech Needs! Mon, 04 Sep 2023 08:13:53 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.6 [Dompdf] PHP Fatal error: Class DOMImplementation not found https://techglimpse.com/dompdf-php-fatal-error-class-domimplementation-not-found/ https://techglimpse.com/dompdf-php-fatal-error-class-domimplementation-not-found/#respond Mon, 04 Sep 2023 08:13:47 +0000 https://techglimpse.com/?post_type=ht_kb&p=43543 After fixing undefined function mb_internal_encoding encountered an another error “Uncaught Error: Class DOMImplementation not found“. Below is the complete error: Error: [Fri Jun 16 11:07:04.798269 2023] [php7:error] [pid 820060] [client techglimpse.com:21132] PHP Fatal error: Uncaught Error: Class 'DOMImplementation' not found in /var/www/html/wordpress/wp-content/plugins/pdfgenerate/dompdf/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php:172\nStack trace:\n#0 /var/www/html/wordpress/wp-content/plugins/pdfgenerate/dompdf/vendor/masterminds/html5/src/HTML5.php(157): Masterminds\\HTML5\\Parser\\DOMTreeBuilder->__construct()\n#1 /var/www/html/wordpress/wp-content/plugins/pdfgenerate/dompdf/vendor/masterminds/html5/src/HTML5.php(89): Masterminds\\HTML5->parse()\n#2 /var/www/html/wordpress/wp-content/plugins/pdfgenerate/dompdf/vendor/dompdf/dompdf/src/Dompdf.php(478): Masterminds\\HTML5->loadHTML()\n#3 /var/www/html/wordpress/wp-content/plugins/pdfgenerate/formprocess.php(143):...

The post [Dompdf] PHP Fatal error: Class DOMImplementation not found appeared first on Techglimpse.

]]>
0
[Dompdf]: Call to undefined function mb_internal_encoding() https://techglimpse.com/undefined-function-mb_internal_encoding-dompdf/ https://techglimpse.com/undefined-function-mb_internal_encoding-dompdf/#respond Mon, 04 Sep 2023 06:48:22 +0000 https://techglimpse.com/?post_type=ht_kb&p=43539 Recently in one of my web development project, I tried to use Dompdf and encountered error “Call to undefined function mb_internal_encoding() [DomPDF]“. Error: [Fri Jun 16 10:30:49.244911 2023] [php7:error] [pid 819590] [client techglimpse.com:19416] PHP Fatal error: Uncaught Error: Call to undefined function Dompdf\\mb_internal_encoding() in /var/www/html/wordpress/wp-content/plugins/pdfgenerate/dompdf/vendor/dompdf/dompdf/src/Dompdf.php:295\nStack trace:\n#0 /var/www/html/wordpress/wp-content/plugins/pdfgenerate/dompdf/vendor/dompdf/dompdf/src/Dompdf.php(269): Dompdf\\Dompdf->setPhpConfig()\n#1 /var/www/html/wordpress/wp-content/plugins/pdfgenerate/formprocess.php(139): Dompdf\\Dompdf->__construct()\n#2...

The post [Dompdf]: Call to undefined function mb_internal_encoding() appeared first on Techglimpse.

]]>
0