Reports Giving Error while generating reports

TCPDF ERROR: [Image] Unable to get the size of the image: /home/u332255690/domains/ggssweb.online/public_html/

Team Gibbon @sandra ,

Pl help me out.

Gibbon Version 24 , Giving above error for students having no image

Hi Ghulam, is this in a custom template? I’d recommend adding a check to see that the value of the students image_240 variable isn’t empty before outputting the image code. Something like

{% if student.image_240 is not empty %}
 ...
{% endif %}