This topic is locked

"undefined" error PDF

3/14/2024 5:54:05 AM
PHPRunner General questions
Y
Yoann author

Hi,

When I'm generating a PDF I have this error : undefined

img alt

without any code or explaination, is there any possibility to activate logs for debuggage or maybe someone already encouter the same issue ?

Thanks

fhumanes 3/14/2024

Hello,

As you indicate, with only that error text, it is very difficult to identify the problem.

A simple method of generating traces and at least knowing where the program and the value of the variables pass at that time is to use this method:

https://fhumanes.com/blog/guias-desarrollo/guia-34-metodo-basico-para-depuracion-codigo/

Although traces are generated, it does not have an impact on the program execution.

Greetings,
fernando