1. Symfony\Component\Debug\Exception\FatalErrorException
…/­vendor/­dompdf/­dompdf/­include/­dompdf.cls.php646
0. Illuminate\Exception\Handler handleShutdown
<#unknown>0

Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Class 'DOMDocument' not found" Stacktrace: #1 Symfony\Component\Debug\Exception\FatalErrorException in /var/www/www_feacemcyl_org/vendor/dompdf/dompdf/include/dompdf.cls.php:646 #0 Illuminate\Exception\Handler:handleShutdown in <#unknown>:0

Class 'DOMDocument' not found

    }
    else {
      // loadHTML assumes ISO-8859-1 unless otherwise specified, but there are
      // bugs in how DOMDocument determines the actual encoding. Converting to
      // HTML-ENTITIES prior to import appears to resolve the issue.
      // http://devzone.zend.com/1538/php-dom-xml-extension-encoding-processing/ (see #4)
      // http://stackoverflow.com/a/11310258/264628
      $doc = new DOMDocument();
      $doc->preserveWhiteSpace = true;
      $doc->loadHTML( mb_convert_encoding( $str , 'HTML-ENTITIES' , 'UTF-8' ) );
<#unknown>
empty
empty
empty
empty
empty
Key Value
REDIRECT_STATUS 200
HTTP_HOST www.feacemcyl.org
HTTP_X_REAL_IP 44.200.39.110
HTTP_X_FORWARDED_FOR 44.200.39.110
HTTP_X_FORWARDED_PROTO https
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://www.feacemcyl.org/centros/57/pdf
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.56 (Debian) Server at www.feacemcyl.org Port 80</address>
SERVER_SOFTWARE Apache/2.4.56 (Debian)
SERVER_NAME www.feacemcyl.org
SERVER_ADDR 10.121.171.141
SERVER_PORT 80
REMOTE_ADDR 10.121.171.1
DOCUMENT_ROOT /var/www/www_feacemcyl_org/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/www_feacemcyl_org/public
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /var/www/www_feacemcyl_org/public/index.php
REMOTE_PORT 35326
REDIRECT_URL /centros/57/pdf
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /centros/57/pdf
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711669612.873
REQUEST_TIME 1711669612
empty
0. Whoops\Handler\PrettyPageHandler