Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/08/2014, 21:06
mariofernip
 
Fecha de Ingreso: julio-2014
Mensajes: 6
Antigüedad: 9 años, 9 meses
Puntos: 1
Respuesta: Reportes en Symfony

Gracias por tu respuesta, al colocar el nombre adecuado en la ruta el error anterior ya no aparece, pero ahora aparece una excepcion,

Código:
Xml parsing error "Document is empty
" in file "file:///C:/xampp/htdocs/academicov2l/web/" on line 1 on column 1 

 500 Internal Server Error - ParseException
Stack Trace

    in C:\xampp\htdocs\academicov2l\vendor\psliwa\php-pdf\lib\PHPPdf\Parser\XmlParser.php at line 121  -
                if($error)
                {
                    libxml_clear_errors();
                    throw new Exceptions\ParseException(sprintf('Xml parsing error "%s" in file "%s" on line %s on column %s', $error->message, $error->file, $error->line, $error->column));
                }
                return $status;